Skip to main content
PUT
Set a TM entry 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

tmId
string
required

Translation memory id (UUID) or id-embedded path slug.

entryId
string
required

Translation-memory entry 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 to store for the target language in the path.

Example:

"Bienvenue"

Response

The entry with its translations after the upsert.

success
boolean
required
data
object
required