edit_dns_record
Edit an existing DNS record by specifying its line number from list_dns_records, updating the record type, TTL, and value fields.
Instructions
Edit an existing DNS record. line is the record's line number as returned by list_dns_records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| line | Yes | Line number of the record in the zone (from list_dns_records) | |
| type | Yes | Record type: A, AAAA, CNAME, MX, TXT, NS, SRV, CAA... | |
| zone | Yes | Domain name owning the zone | |
| fields | No | Type-specific value fields to update for this record type |