Translations languages
Manage the individual language configurations for your docs translation setup.
Enable or disable specific languages, configure default text direction, or adjust advanced translation settings to ensure clarity for your global audience.
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
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
404
No matching translation settings found
application/json
get
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
translationLanguagestring · enumRequiredPossible values:
The language of the translation
Responses
200
OK
application/json
404
No matching translation language settings found
application/json
get
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
translationLanguagestring · enumRequiredPossible values:
The language of the translation
Body
Responses
200
Language settings successfully updated
application/json
201
Language settings successfully created
application/json
400
Bad Request
application/json
404
No matching translation language settings found
application/json
put
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
translationLanguagestring · enumRequiredPossible values:
The language of the translation
Responses
205
Language successfully removed
404
No matching translation language settings found
application/json
delete
No content
Was this helpful?