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 · enumRequiredAllowed 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
application/json
all ofOptional
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
application/json
application/json
put
Was this helpful?