Skip to main content

Dismiss auto-translated

PUT 

/v2/projects/:projectId/translations/:translationId/dismiss-auto-translated-state

Removes "auto translated" indication

Request

Path Parameters

    translationId int64required
    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...