dns_record_update
Update an existing DNS record by specifying the full record name, type, current value, and new value. Supports common record types including A, AAAA, CNAME, MX, TXT, SRV, NS.
Instructions
Update an existing DNS record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time to live in seconds | |
| type | Yes | The DNS record type | |
| newValue | Yes | The new value for the DNS record | |
| priority | No | Priority value (for MX and SRV records) | |
| currentValue | Yes | The current value of the record to identify which record to update | |
| fullRecordName | Yes | The full record name including the domain (e.g. www.example.com) |