{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Buckets API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Buckets", "type": "folder" }, "items": [ { "info": { "name": "List Buckets", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/" }, "docs": "List Buckets" }, { "info": { "name": "Create Bucket", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fastly.com/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path" } ] }, "docs": "Create Bucket" }, { "info": { "name": "Delete Bucket", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/:bucket", "params": [ { "name": "bucket", "value": "", "type": "path" } ] }, "docs": "Delete Bucket" } ] } ], "bundled": true }