v1
latestSwagger 2.02026-07-177211.9 KBEchoService
EchoDelete method receives a simple message and returns it.
delete/v1/example/echo_delete
Query parameters
idstring
Id represents the message identifier.
numstring int64
line_numstring int64
langstring
status.progressstring int64
status.notestring
enstring int64
no.progressstring int64
no.notestring
Response
A successful response.
Example response
{
"no": {
"note": "note",
"progress": "progress"
},
"line_num": "line_num",
"num": "num",
"en": "en",
"id": "id",
"lang": "lang",
"status": {
"note": "note",
"progress": "progress"
}
}