update_dns_record
Modify the value, TTL, or priority of an existing DNS record for a domain.
Instructions
Update an existing DNS record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | The new TTL in seconds (optional) | |
| value | No | The new record value (optional) | |
| priority | No | The new priority for MX records (optional) | |
| record_id | Yes | The ID of the DNS record to update | |
| domain_name | Yes | The domain name (e.g., "example.com") |