Skip to content

Commit

Permalink
Remove 'locked' field from DNS Record spec as it's no longer returned…
Browse files Browse the repository at this point in the history
… by the API (#241)

Co-authored-by: GoncaloGarcia <[email protected]>
  • Loading branch information
GoncaloGarcia and GoncaloGarcia authored Jul 22, 2024
1 parent bbc6a07 commit f14720e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloudflare/src/endpoints/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ pub struct DeleteDnsRecordResponse {
pub struct DnsRecord {
/// Extra Cloudflare-specific information about the record
pub meta: Meta,
/// Whether this record can be modified/deleted (true means it's managed by Cloudflare)
pub locked: bool,
/// DNS record name
pub name: String,
/// Time to live for DNS record. Value of 1 is 'automatic'
Expand Down

0 comments on commit f14720e

Please sign in to comment.