Set Locale

Set Locale

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

Request
URI
POST
https://vmc.vmware.com/vmc/api/locale
COPY
Request Body

The locale to be set.

VmcLocale of type(s) application/json
Required
{
    "locale": "string"
}
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