Update DNS record
DNS Records
Update DNS Record
Update an existing DNS record on the domain.
PUT
Update DNS record
Authorizations
Body
application/json
Payload for creating or updating a DNS record.
DNS record type.
Available options:
A, AAAA, CNAME, MX, TXT, NS, SRV, CAA Record name. Use @ for the apex/root.
Maximum string length:
255Example:
"@"
Record value (e.g. an IP address, hostname, or text).
Maximum string length:
1000Example:
"185.241.208.160"
Time-to-live in seconds (60-86400). Defaults to 3600.
Required range:
60 <= x <= 86400Priority for MX and SRV records.
Required range:
0 <= x <= 65535