Modify an A record
DNS
Modify A
Modifies an existing A record on the domain’s DNS zone.
PUT
Modify an A 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 IPv4 address of the record to modify.
Example:
"203.0.113.10"
The replacement IPv4 address.
Example:
"203.0.113.20"
Subdomain label relative to the zone (e.g. www, blog). Use @ or omit for the apex domain.
Example:
"www"
TTL in seconds. Minimum 300. Omit to use the zone default.
Example:
300