v1

latestSwagger 2.02026-07-177211.9 KB
EchoService

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
line_numstring int64
langstring
enstring int64

Example response

{
  "no": {
    "note": "note",
    "progress": "progress"
  },
  "line_num": "line_num",
  "num": "num",
  "en": "en",
  "id": "id",
  "lang": "lang",
  "status": {
    "note": "note",
    "progress": "progress"
  }
}
All 7 operations