{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Bulk Operations API", "version": "4.0.0" }, "items": [ { "info": { "name": "Bulk Operations", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Write Multiple Key-value Pairs", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id/bulk", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Write multiple key-value pairs in a single request. Supports up to 10,000 pairs per request." }, { "info": { "name": "Cloudflare Delete Multiple Key-value Pairs", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id/bulk/delete", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete multiple key-value pairs in a single request." }, { "info": { "name": "Cloudflare Get Multiple Key-value Pairs", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id/bulk/get", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve multiple key-value pairs in a single request." } ] } ], "bundled": true }