liara_update_dns_record
Modify DNS record configurations like type, name, value, TTL, or priority for domain management on the Liara cloud platform.
Instructions
Update a DNS record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoneId | Yes | The zone ID | |
| recordId | Yes | The record ID | |
| type | No | Record type (optional) | |
| name | No | Record name (optional) | |
| value | No | Record value (optional) | |
| ttl | No | TTL in seconds (optional) | |
| priority | No | Priority (for MX and SRV records, optional) |