Skip to main content
POST
Add a glossary 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

glossaryId
string
required

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

Body

application/json
languageCode
string
required

BCP-47 language code to add to the glossary (e.g. fr, pt-BR).

Required string length: 2 - 10
Example:

"fr"

label
string
required

Display label for the language column.

Required string length: 1 - 100
Example:

"French"

Response

The added glossary language.

success
boolean
required
data
object
required