POST account
Allows the client to update an account.
Endpoint
POST /v4/accountRequest Parameters
- language
(string)— Specifies the language for the account interface.- See the
a2values in the response from/languages
- See the
Example Request
POST /v4/account?language=enExample Response
{
"message": "Language successfully updated to: en"
}Response (200 OK)
On a successful request, the server responds with a status code 200 and returns the same JSON object as GET account.
Notes
- Endpoint cooldown: 1000ms
Previous pageGET account
Next pagePOST refresh api key
