v1

latestSwagger 2.02026-07-17413.9 KB
UnannotatedEchoService

EchoDelete method receives a simple message and returns it.

delete/v1/example/echo_delete

Query parameters

idstring

Id represents the message identifier.

numstring int64
durationstring

Response

A successful response.

idstring

Id represents the message identifier.

numstring int64
durationstring

Example response

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