Skip to main content
PUT
Update an account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

Identifier of the account.

Example:

"1000565227"

Body

application/json

Mutable account fields. All fields are optional; only fields present in the request body are updated. Omitting a field leaves it unchanged.

description
string

Human-readable account description.

Maximum string length: 255
Example:

"Treasury US"

Response

Successfully updated the account.

data
object

An account exposed by the Accounts API.