Update the name of a cash account.
Request
Add parameter in header Authorization
Example:Authorization: ********************
or
Body Params application/json-patch+json
{
"id": 123,
"accountName": "High Interest Savings"
}
Request Code Samples
curl --location --request PUT '/v1/cashAccount' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": 123,
"accountName": "High Interest Savings"
}'
Responses
This response does not have a body.
Modified at 2026-05-06 04:19:50