Glossary
Manage custom terms translations used by the translation feature.
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
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
No content
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?