v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Content Translation Operations

Unlink the content from any existing translations

Unlinks the given content from any existing translations. This operations runs asynchronously. For the given content:

  • Content must be part of a translation group
  • Content must be under the folder '/content/documents'
post/translation/unlink

Request body

string[] required

The content to unlink from existing translations

Response

OK

operationIdstring

generated unique id for the operation

status'COMPLETED' | 'STARTING' | 'STARTED' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'ABANDONED'

status of the operation

exitMessagestring

exit message in case of operation failure

readCountinteger

number of records in input payload

writeCountinteger

written items

skipCountinteger

skipped items

startTimestring date-time

operation start time

endTimestring date-time

operation end time

errorLogstring[]

error logs for failed linking operations