Add document translation

A 200 OK response is always returned by this endpoint.
If an error occurs during processing, the affected object's success property is set to false, and the detail field provides additional information.

Example Response:

[
  {
    "versionPersistentId": "123",
    "type": "document",
    "success": true
  },
  {
    "versionPersistentId": "123",
    "type": "step",
    "success": false,
    "detail": "Step not found"
  }
]
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!