{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Policies API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "List Policies", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/client-side-protection/websites/:website_id/policies", "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "List Policies" }, { "info": { "name": "Create Policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/client-side-protection/websites/:website_id/policies", "params": [ { "name": "website_id", "value": "", "type": "path" } ] }, "docs": "Create Policy" }, { "info": { "name": "Get Policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/client-side-protection/websites/:website_id/policies/:policy_id", "params": [ { "name": "website_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ] }, "docs": "Get Policy" }, { "info": { "name": "Update Policy", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.fastly.com/client-side-protection/websites/:website_id/policies/:policy_id", "params": [ { "name": "website_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ] }, "docs": "Update Policy" }, { "info": { "name": "List Policy Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/client-side-protection/websites/:website_id/policies/:policy_id/reports", "params": [ { "name": "website_id", "value": "", "type": "path" }, { "name": "policy_id", "value": "", "type": "path" } ] }, "docs": "List Policy Reports" } ] } ], "bundled": true }