Glossary
Manage custom terms translations used by the translation feature.
Define terms and specify their translations for different languages to ensure consistent wording.
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-glossary200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
Body
Responses
204
Glossary entries updated
400
Bad Request
application/json
put
/orgs/{organizationId}/translations-glossaryNo content
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
404
Not Found
application/json
get
/orgs/{organizationId}/translations-glossary/{glossaryEntryId}Last updated
Was this helpful?