update_dns_record
Modify existing DNS records by updating fields like IP addresses or comments using object references from searches.
Instructions
Update an existing DNS record by its object reference. Get the reference from a search first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Object reference of the record to update (e.g., record:a/ZG5z...) | |
| fields | Yes | Fields to update as key-value pairs (e.g., { ipv4addr: '10.0.0.1', comment: 'updated' }) |