v1

latestSwagger 2.02026-07-17413.9 KB
UnannotatedEchoService

Echo method receives a simple message and returns it.

The message posted as the id parameter will also be returned.

post/v1/example/echo/{id}

Path parameters

idstring required

Id represents the message identifier.

Response

A successful response.

idstring

Id represents the message identifier.

numstring int64
durationstring

Example response

{
  "duration": "duration",
  "num": "num",
  "id": "id"
}