Glossary

Manage custom terms translations used by the translation feature.

Define terms and specify their translations for different languages to ensure consistent wording.

The GlossaryEntry object

Attributes
objectstring · enumRequiredPossible values:
idstringRequired

Unique identifier of the glossary entry

createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired

The GlossaryEntry object

List glossary entries

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

Query parameters
pagestringOptional

Identifier of the page results to fetch.

limitnumber · max: 1000Optional

The number of results per page

Responses
200

OK

application/json
Responseall of
get
/orgs/{organizationId}/translations-glossary
200

OK

Update glossary entries

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

Body
Responses
put
/orgs/{organizationId}/translations-glossary

No content

Get a glossary entry by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

glossaryEntryIdstringRequired

The unique id of the glossary entry

Responses
200

OK

application/json
get
/orgs/{organizationId}/translations-glossary/{glossaryEntryId}

Last updated

Was this helpful?