Set Locale

Set Locale

Sets the locale for the session which is used for translating responses.

Request
URI
POST
https://{api_host}/vmc/api/locale
COPY
Request Body

The locale to be set.

VmcLocale of type(s) application/json
Required
string
locale
Optional

The locale to be used for translating responses for the session

Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns VmcLocale of type(s) application/json
{
    "locale": "string"
}
string
locale
Optional

The locale to be used for translating responses for the session


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vmc/api/locale