post https://example.com/settings/v1/locales
Add locale to the available locales
Locale codes are lowercase formatted and using '-' between country code and language, for example: 'en-us'
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
code | string | true | Locale in the following format: {language-ISO639}-{countryCode-ISO3166} lowercase. | en-us |
This API requires SETTINGS_CREATE_LOCALE permission(s).