Replace rdata
PUT /v1/dns/records/{zone_name}/{name}/rrsets/{dnstype}/rdata
Replace the records of a given type in a pre-existing name, removing the previous records of that type.
Path Parameters
zone_name
The name of the zone.
Example: example.com
name
The DNS name, not including the zone portion.
Example: dns-name
dnstype
DNS name type supported by API
Example: A
Body
application/json
Body Sample
[ { "label": "a-label-123", "update_group": "grp_1-2", "value": "192.0.2.1" }]
Body Description
array[object]
label undefined
update_group undefined
*value string
Rdata value
Example: "192.0.2.1"