DNS_updateDNSRecordsV1
Update DNS records for a domain by replacing or appending records. Manage zone settings with TTL, name, type, and content.
Instructions
Update DNS records for the selected domain.
Using overwrite = true will replace existing records with the provided ones.
Otherwise existing records will be updated and new records will be added.
Use this endpoint to modify domain DNS configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | zone parameter | |
| domain | Yes | Domain name | |
| overwrite | No | If `true`, resource records (RRs) matching name and type will be deleted and new RRs will be created, otherwise resource records' ttl's are updated and new records are appended. If no matching RRs are found, they are created. |