Skip to main content
POST
Add a TM language

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.

Body

application/json
languageCode
string
required

BCP-47 code of the target language to add.

Required string length: 2 - 10
Example:

"fr"

label
string
required

Display label for the language.

Required string length: 1 - 100
Example:

"French"

Response

The newly added TM language.

success
boolean
required
data
object
required