{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts DNSSEC API", "version": "4.0.0" }, "items": [ { "info": { "name": "DNSSEC", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get Dnssec Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/dnssec", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ] }, "docs": "Retrieve the current DNSSEC settings for the zone including status, algorithm, digest, and DS record details." }, { "info": { "name": "Cloudflare Update Dnssec Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/dnssec", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update DNSSEC configuration for the zone such as enabling or disabling DNSSEC." }, { "info": { "name": "Cloudflare Delete Dnssec Settings", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/dnssec", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ] }, "docs": "Remove DNSSEC configuration from the zone." } ] } ], "bundled": true }