cloudflare / cloudflare-rs

Rust library for the Cloudflare v4 API
256 stars 83 forks source link

Add missing fields to DnsRecord & UpdateDnsRecordParams #224

Open Cowboylaserkittenjetshark opened 1 year ago

Cowboylaserkittenjetshark commented 1 year ago

Adds the missing tags and comment fields to DnsRecord as well as UpdateDnsRecordParams in order to update them.

Cowboylaserkittenjetshark commented 1 year ago

Without these fields, UpdateDnsRecord calls will clear the tags and comment for a record.