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