Modify an AAAA record
DNS
Modify AAAA
Modifies an existing AAAA record on the domain’s DNS zone.
PUT
Modify an AAAA record
Authorizations
A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.
Body
application/json
Order ID of the domain.
Example:
124680932
The existing IPv6 address of the record to modify.
Example:
"2001:db8:3333:4444:5555:6666:7777:8888"
The replacement IPv6 address.
Example:
"2001:db8:aaaa:bbbb:cccc:dddd:eeee:ffff"
Subdomain label relative to the zone (e.g. www, mail). Use @ or omit for the apex domain.
Example:
"www"
TTL in seconds. Minimum 300. Omit to use the zone default.
Example:
300