{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Diff API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Diff", "type": "folder" }, "items": [ { "info": { "name": "Diff Service Versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/service/:service_id/diff/from/:from_version/to/:to_version", "params": [ { "name": "service_id", "value": "", "type": "path" }, { "name": "from_version", "value": "", "type": "path" }, { "name": "to_version", "value": "", "type": "path" } ] }, "docs": "Diff Service Versions" } ] } ], "bundled": true }