v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Glossary Term Translations

Update a translation for a term

Update an existing translation for a term in a term base (previously: glossary).

patch/accounts/{account_id}/glossaries/{glossary_id}/terms/{term_id}/translations/{id}

Path parameters

account_idstring required

Account ID

glossary_idstring required

Glossary ID

term_idstring required

Term ID

idstring required

ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

locale_codestring

Identifies the language for this translation

contentstring

The content of the translation

Example request

{
  "locale_code": "en-US",
  "content": "My translated term"
}

Response

OK

idstring
locale_codestring
contentstring
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": "abcd1234cdef1234abcd1234cdef1234",
  "locale_code": "en-US",
  "content": "Save",
  "created_at": "2015-01-28T09:52:53Z",
  "updated_at": "2015-01-28T09:52:53Z"
}