Skip to main content
PUT
Set a term translation

Authorizations

Authorization
string
header
required

API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.

Path Parameters

glossaryId
string
required

Glossary id (UUID) or id-embedded path slug.

termId
string
required

Glossary term id (UUID).

lang
string
required

Language code, optionally with a file extension (fr or fr.json).

Body

application/json
value
string
required

The translated text for the term in the target language.

Example:

"Se connecter"

Response

The term with its updated translations.

success
boolean
required
data
object
required