Skip to main content
PATCH
Update a TM entry

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).

Body

application/json
sourceText
string

New source text for the entry.

Required string length: 1 - 5000
Example:

"Welcome"

context
string

New context note for the entry.

Maximum string length: 1000
Example:

"Greeting on the home page"

Response

The updated entry.

success
boolean
required
data
object
required