Translations
Configure multi-language support and translation options for your documentation.
The Translations API provides ways to localize your content into various languages. It supports custom strings, default language settings, and more.
Attributes
objectstring · enumRequiredPossible values:
idstringRequired
Unique identifier of the translation settings
titlestring · min: 1 · max: 100Required
Title of the translation settings
createdAtstring · date-timeRequired
updatedAtstring · date-timeRequired
The TranslationSettings object
Authorizations
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
200
OK
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
Body
titlestringRequired
The title of the translation settings
Responses
200
Translation settings has been updated
application/json
400
Bad Request
application/json
put
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
translationSettingsIdstringRequired
The unique id of the translation settings
Responses
205
Translation settings has been deleted
delete
205
Translation settings has been deleted
No content
Was this helpful?