Set Session Locale
Sets the locale for the session which is used for translating responses.
Request
URLURL
https://vmc.vmware.com/vmc/api/locale
Request Body
Request Body
VmcLocale (required)
string
locale
Optional
The locale to be used for translating responses for the session
Response
Response
Response BodyResponse Body
200 OK returns
VmcLocale
{
"locale": "string"
}
string
locale
Optional
The locale to be used for translating responses for the session
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"locale":"string"}' https://vmc.vmware.com/vmc/api/locale
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.