Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Sets the locale for the current session.
PUT
/api/locale
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Query Parameters
locale
Type
string
Responses
200
401
Success
Content-Type
application/json
Schema
JSON
JSON
{
"locale"
:
"de"
}
PUT
/api/locale
Playground
Authorization
api_key
Variables
Key
Value
locale
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python