v1
latestSwagger 2.02026-07-17413.9 KBUnannotatedEchoService
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.
Example response
{
"duration": "duration",
"num": "num",
"id": "id"
}