dns
Update an existing DNS record
Updates an existing DNS record for a domain name.
PATCH
Authorizations
Default authentication mechanism
Path Parameters
The id of the DNS record
Example:
"rec_2qn7pzrx89yxy34vezpd31y9"
Query Parameters
The Team identifier to perform the request on behalf of.
Example:
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
Example:
"my-team-url-slug"
Body
application/json
The name of the DNS record
Example:
"example-1"
The value of the DNS record
Example:
"google.com"
The type of the DNS record
Available options:
A
, AAAA
, ALIAS
, CAA
, CNAME
, HTTPS
, MX
, SRV
, TXT
, NS
Example:
"A"
The Time to live (TTL) value of the DNS record
Required range:
60 <= x <= 2147483647
Example:
"60"
The MX priority value of the DNS record
A comment to add context on what this DNS record is for
Maximum length:
500
Example:
"used to verify ownership of domain"
Response
200
application/json
Available options:
A
, AAAA
, ALIAS
, CAA
, CNAME
, HTTPS
, MX
, SRV
, TXT
, NS
Available options:
record
, record-sys