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