Update an account
PATCH
/platform/api/v1/accounts/{account_id}
Accounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/platform/api/v1/accounts/' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string"
}
Request
Path Params
account_id
stringÂ
required
Body Params application/json; charset=utf-8