Skip to main content

Echo Server

Swagger Example API echo (1.0)

Download OpenAPI specification:Download

This is a sample server celler server.

examples

Delete an example

Deletes an example resource

Responses

Response samples

Content type
application/json
{
  • "message": "string"
}

internal

Get an example

cURL Example

curl -X GET "http://localhost/api/v1/example" -H "Accept: application/json"

Returns an example resource

Responses

Response samples

Content type
application/json
{
  • "message": "string",
  • "status": 0
}

Create an example

Creates a new example resource

Responses

Response samples

Content type
application/json
{
  • "property1": "string",
  • "property2": "string"
}

Update an example

Updates an example resource

Responses

Response samples

Content type
application/json
{
  • "property1": "string",
  • "property2": "string"
}