Skip to main content
PUT
Change which languages a help center serves

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
primary_language_code
string
enabled_languages
string[]
auto_translate
enum<string>

When automatic translation into the other enabled languages runs: after a source-language publish, or never.

Available options:
on_publish,
off

Response

Default Response

primary_language_code
string
required
enabled_languages
string[]
required
auto_translate
enum<string>
required

When automatic translation into the other enabled languages runs: after a source-language publish, or never.

Available options:
on_publish,
off