Skip to main content

Dismiss auto-translated

PUT 

https://app.tolgee.io/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

Authorization: X-API-Key

name: X-API-Keytype: apiKeyin: header
curl -L -X PUT 'https://app.tolgee.io/v2/projects/:projectId/translations/:translationId/dismiss-auto-translated-state' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://app.tolgee.io
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!