PATCH
Update an address
Repoints an address to a different endpoint (or makes it store-only), and/or toggles whether it’s active. Provide at least one field.
string
required
The address id (addr_…).
string | null
A webhook endpoint (ep_…) to deliver to, or null to make the address store-only. Must be an endpoint you own.
boolean
Whether the address accepts mail.
Returns 400 if endpointId is unknown, or 404 if the address isn’t yours.