Accounts
Update an account
Update an account's attributes
patch/platform/api/v1/accounts/{account_id}
Request body
Example request
{
"name": "My Account",
"locale": "en",
"domain": "example.com",
"support_email": "support@example.com",
"status": "active",
"limits": {},
"custom_attributes": {}
}Response
Success