v1

latestSwagger 2.02026-07-17413.9 KB
UnannotatedEchoService

EchoBody method receives a simple message and returns it.

post/v1/example/echo_body

Request body

idstring

Id represents the message identifier.

numstring int64
durationstring

Example request

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

Response

A successful response.

idstring

Id represents the message identifier.

numstring int64
durationstring

Example response

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