Skip to main content
PATCH
Update Bank Account

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

account_id
string
required

The ID of the bank account to update.

Body

application/json
nickname
string
required

A custom display name for the account, shown in the dashboard to distinguish it from other accounts. 2-25 characters; letters, numbers, hyphens, apostrophes, and spaces only. Must be unique among your accounts.

Required string length: 2 - 25
Pattern: ^[A-Za-z0-9\-' ]+$
Example:

"Payroll"

Response

Successful Response

account_id
string
required

The account_id of the updated account.

Example:

"cash_account_3f9c1b2e-7a4d-4e88-9c21-0b6f5d8e1a2c"

nickname
string
required

The account's display name after the update.

Example:

"Payroll"