Skip to content

Sets the locale for the current session.

PUT
/api/locale

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Query Parameters

locale
Typestring

Responses

Success

application/json
JSON
{
"locale": "de"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python