Skip to main content
PATCH
Rename an account

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"

Path Parameters

account-id
integer
required

Account to rename

Body

application/json

Account update request

Account update request

name
string
required

New account name.

Example:

"Meta — Q4 — Advertiser A"

Response

Updated account

id
integer
required

Account ID.

Example:

1234

name
string

Account name.

Example:

"Meta — Q3 — Advertiser A"