{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts DNS Batch Operations API", "version": "4.0.0" }, "items": [ { "info": { "name": "DNS Batch Operations", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Batch Dns Record Operations", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/dns_records/batch", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a batch of DNS record API calls to be executed together. Supports deletes, patches, puts, and posts executed in order." } ] } ], "bundled": true }