update_dns_record
Update existing DNS records by providing the record UUID and optionally changing type, name, value, TTL, or priority.
Instructions
Update an existing DNS record.
Args: record_uuid: The UUID of the DNS record to update record_type: New record type name: New record name value: New record value ttl: New TTL in seconds priority: New priority (MX/SRV records)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_uuid | Yes | ||
| record_type | No | ||
| name | No | ||
| value | No | ||
| ttl | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |