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
    auto booleanrequired

    Was translated using Translation Memory or Machine translation service?

    id int64required

    Id of translation record

    mtProvider string

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

    Which machine translation service was used to auto translate this

    outdated booleanrequired

    Whether base language translation was changed after this translation was updated

    state stringrequired

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

    State of translation

    text string

    Translation text

Loading...