cloudflare / cloudflare-rs

Rust library for the Cloudflare v4 API
251 stars 74 forks source link

Add missing fields to DnsRecord & UpdateDnsRecordParams #224

Open Cowboylaserkittenjetshark opened 10 months ago

Cowboylaserkittenjetshark commented 10 months ago

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

Cowboylaserkittenjetshark commented 10 months ago

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