Skip to main content

Set translation state

PUT 

/v2/projects/:projectId/translations/:translationId/set-state/:state

Set translation state

Request

Path Parameters

    translationId int64required
    state stringrequired

    Possible values: [TRANSLATED, REVIEWED]

    projectId int64required

Responses

OK

Schema
    id int64required

    Id of translation record

    text string

    Translation text

    state stringrequired

    Possible values: [UNTRANSLATED, TRANSLATED, REVIEWED, DISABLED]

    State of translation

    outdated booleanrequired

    Whether base language translation was changed after this translation was updated

    auto booleanrequired

    Was translated using Translation Memory or Machine translation service?

    mtProvider string

    Possible values: [GOOGLE, AWS, DEEPL, AZURE, BAIDU, TOLGEE]

    Which machine translation service was used to auto translate this

Loading...