Set or unset the primary-for-account flag on a domain
Authorizations
Reevo API key passed as Authorization: Bearer <api-key>.
Body
PATCH /account/{id}/attribute/domains/{domain_name} body.
is_primary maps to the service is_primary_for_account flag; promoting
one domain demotes the account's prior primary.
Response
Successful Response
Single-item response for the domains sub-resource verbs.
data is the raw AccountDomainRead item (keyed by domain_name, no
server-minted id) — the add / set-primary / move responses each carry the
one affected domain. remove returns 204 with no body.
Read payload for the account_domain value type.
Keyed by domain_name (no separate item id); is_primary flags the
account's primary domain and status carries the link lifecycle state.