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.

List all the translations

get
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
Responseall of
get
/orgs/{organizationId}/translations
200

OK

Create a translation

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

Body
languagestring · enumRequiredPossible values:
Responses
post
/orgs/{organizationId}/translations

Get a translation by its ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

translationIdstringRequired

The unique id of the translation

Responses
200

OK

application/json
get
/orgs/{organizationId}/translations/{translationId}

Update a translation

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

translationIdstringRequired

The unique id of the translation

Body
Responses
200

Translation has been updated

application/json
put
/orgs/{organizationId}/translations/{translationId}

Delete a translation

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

translationIdstringRequired

The unique id of the translation

Responses
delete
/orgs/{organizationId}/translations/{translationId}

No content

Run a translation again

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

translationIdstringRequired

The unique id of the translation

Responses
post
/orgs/{organizationId}/translations/{translationId}/run

No content

Last updated

Was this helpful?