{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Configuration API", "version": "4.0.0" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get Bucket Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2/buckets/:bucket_name/configuration", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "The name of the R2 bucket." } ] }, "docs": "Retrieve the configuration settings for an R2 bucket including CORS and lifecycle rules." }, { "info": { "name": "Cloudflare Update Bucket Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/r2/buckets/:bucket_name/configuration", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "bucket_name", "value": "", "type": "path", "description": "The name of the R2 bucket." } ] }, "docs": "Update configuration settings for an R2 bucket." }, { "info": { "name": "Cloudflare Get Cron Triggers", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/scripts/:script_name/schedules", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "script_name", "value": "", "type": "path", "description": "The name of the Worker script." } ] }, "docs": "Retrieve the cron trigger schedules for a Worker script." }, { "info": { "name": "Cloudflare Update Cron Triggers", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/scripts/:script_name/schedules", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "script_name", "value": "", "type": "path", "description": "The name of the Worker script." } ] }, "docs": "Set the cron trigger schedules for a Worker script." }, { "info": { "name": "Cloudflare Get Script Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/scripts/:script_name/settings", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "script_name", "value": "", "type": "path", "description": "The name of the Worker script." } ] }, "docs": "Retrieve configuration settings for a Worker script including bindings and compatibility settings." }, { "info": { "name": "Cloudflare Update Script Settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/scripts/:script_name/settings", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "script_name", "value": "", "type": "path", "description": "The name of the Worker script." } ] }, "docs": "Update configuration settings for a Worker script." } ] } ], "bundled": true }