Languages
Replaces the language settings for the account
Use this call to modify the language settings of the account.<br>You must have at least one of these scopes: 'settings.manage, setup.manage'.
put/settings/v1/languages
Request body
Example request
{
"languages": [
{
"code": "en",
"mandatory": true
},
{
"code": "de",
"mandatory": false
}
]
}Response
Replace of the language settings was successful.
Changes
No recorded changes to this endpoint across all 1 revision of this API.