Translation Info
Get information of a specific translation. Could include detail about the author, publishing date and publisher etc.
Path Parameters
translation_id string required
Responses
- 200
application/json
Schema
Example (from schema)
response
Schema
info object
id integer
info string nullable
{
"info": {
"id": 0,
"info": "string"
}
}
{
"info": {
"id": 1,
"info": null
}
}
Loading...