Update account
PUT/v1/accounts/:account_id
Update account
The update_account endpoint allows updating details of an existing account, including name, exchange API keys, transaction limits, and approvers. It requires the account ID as a parameter and accepts an optional JSON payload with fields to update.
Request
Path Parameters
account_id uuidrequired
Account id
- application/json
Body
required
approvers uuid[]nullable
approvers_quantity int32nullable
exchange_api_key stringnullable
exchange_api_secret stringnullable
name stringnullable
transaction_limit stringnullable
Responses
- 200
- 400
- 404
Updated successfully
- application/json
- Schema
Schema
string
Missing account approvers
- application/json
- Schema
Schema
string
Account Not found
- application/json
- Schema
Schema
string
Loading...