Update account
PATCH/clients/accounts/:id
JSON-RPC
clients.accounts.update
info
All parameters except id
are optional, only provided parameters will be
updated.
Client relation
Changing clients_id
within an account is not allowed to ensure data
consistency. To move an account between clients, disable the existing
account and create a new one under the desired client.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Number of the affected rows.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred