{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Publishing API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Publishing", "type": "folder" }, "items": [ { "info": { "name": "Publish Messages To Fanout", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/service/:service_id/publish/", "params": [ { "name": "service_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publish Messages To Fanout" } ] } ], "bundled": true }