Update an existing account
PATCH/v1/accounts/:id
Update an existing account
Request
Path Parameters
id uuidrequired
ID of Account
- application/json
Body
required
name string
Example:
ICICI Bank
offBudget boolean
Example:
true
category string
Possible values: [CASH/CHECK IN
, CC
, FD/RD
, EPF
, NPS
, SSY
]
adapter string
Example:
icici
balance float
Example:
12.25
Responses
- 204
- 400
- 401
- 404
- 500
Success
Bad request
Unauthenticated
Not Found
Internal Error
Loading...