documents/{docPath}/createManifest - Create a translation manifest

Use this method to create a translation manifest. This method pertains only to a translation manifest, not to its children language manifests.

End-point

PUT /documents/{docPath}/createManifest

Path parameters

Field Description

docPath

Full path of the document in the repository

Note: Collection separators "/" must be encoded as "%7C".

Request body

Field Type Description
data CreateManifestRequest All information required to create the new translation manifest

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

CreateTranslationManifestResult

Information about the created translation manifest