v1

latestSwagger 2.02026-07-177211.9 KB
EchoService

EchoBody method receives a simple message and returns it.

post/v1/example/echo_body

Request body

idstring

Id represents the message identifier.

numstring int64
line_numstring int64
langstring
enstring int64

Example request

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

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"
  }
}