Path Parameters

id
string
required

The ID of the account to update.

Body

application/json
custom_fields
object[]

An array of custom fields to be used on this account.

domains
string[]

Domains of the account. Must specify one domain as primary.

name
string

The name of the account.

owner_id
string

The ID of the owner of the account.

primary_domain
string

Must be in the list of domains. If there are any domains, there must be exactly one primary domain.

tags
string[]

An array of strings to use as tags on this account. If provided, the accounts tags will be updated to the given tags.

Response

200 - application/json
data
object
errors
string[]

The list of errors, if any.

pagination
object
request_id
string

The request ID for tracking.