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"
  }
]
Path Params
string
required
length between 1 and 100

Consists of the subdomain. The tenantId for https://company.operations1.app/ is company.

Body Params
Headers
required

Defines the API version. Using a date is recommended for stability. Avoid using latest in production, as it refers to the most up-to-date functionality, which may include breaking changes. For more details, see our article on versioning.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json