v1

latestSwagger 2.02026-07-13285166341.1 KB
TranslationSets

Update a Translation Set. Accepts a TranslationSet object. Only the state property may be updated.

No Documentation Found.

put/api/v2/TranslationSets/{ID}

Path parameters

IDinteger required

Request body

Idinteger

The id of the TranslationSet.

Notesstring

Notes on the TranslationSet

State'OutForProcessing' | 'Processing' | 'PendingApproval' | 'OutForTranslation' | 'Cancelled' | 'Completed' required

An enum indicating the state of the translation set

TranslationRequestIDinteger

Read Only. The Id of the TranslationRequest which generated this translation set.

OutDatestring date-time

Read Only. The date the translation set was sent out.

InDatestring date-time

Read Only. The date the translation set was returned.

FileIDsstring[] required

IDs for files related to this translation set. For example, the original and processed files

Response

No Content