post https://api.operations1.app/tenants//documents/translations
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"
}
]