{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Versions API", "version": "4.0.0" }, "items": [ { "info": { "name": "Versions", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Worker Versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id/versions", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ] }, "docs": "Retrieve all immutable versions of a Worker's code and configuration." }, { "info": { "name": "Cloudflare Create Worker Version", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id/versions", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ] }, "docs": "Create a new immutable snapshot of Worker code and configuration." } ] } ], "bundled": true }