Skip to content

Commit

Permalink
chore: Remove auto_added field as its no longer included in the DNS r…
Browse files Browse the repository at this point in the history
…esponse
  • Loading branch information
GoncaloGarcia committed Mar 5, 2025
1 parent 20b9981 commit 957436b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cloudflare/src/endpoints/dns/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ pub struct ListDnsRecordsParams {

/// Extra Cloudflare-specific information about the record
#[derive(Deserialize, Debug)]
pub struct Meta {
/// Will exist if Cloudflare automatically added this DNS record during initial setup.
pub auto_added: bool,
}
pub struct Meta {}

/// Type of the DNS record, along with the associated value.
/// When we add support for other types (LOC/SRV/...), the `meta` field should also probably be encoded
Expand Down

0 comments on commit 957436b

Please sign in to comment.