update_dns_record
Update an existing DNS record by specifying its object reference and the fields to change, like IP address or comment.
Instructions
Update an existing DNS record by its object reference. Get the reference from a search first.
Input 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' }) |