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 · enumrequiredAvailable options:
idstringrequired
Unique identifier of the translation settings
titlestring · min: 1 · max: 100required
Title of the translation settings
languagesstring · enum[]required
createdAtstring · date-timerequired
updatedAtstring · date-timerequired
permissionsobjectrequired
urlsobjectrequired
URLs associated with the object
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
cURL
JavaScript
Python
HTTP
200
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
cURL
JavaScript
Python
HTTP
200
400
Was this helpful?