Developers
V1MeLocale

Set your language for account notifications

PATCH
/v1/me/locale
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v1/me/locale" \  -H "Content-Type: application/json" \  -d '{    "locale": "en-MY"  }'
{  "locale": "en-MY"}