{ "opencollection": "1.0.0", "info": { "name": "Feathery REST Account Data Hubs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Data Hubs", "type": "folder" }, "items": [ { "info": { "name": "Perform hub entry action", "type": "http" }, "http": { "method": "POST", "url": "https://api.feathery.io/api/hub/:hub_id/entry/:entry_id/action/", "params": [ { "name": "hub_id", "value": "", "type": "path", "description": "Data hub identifier" }, { "name": "entry_id", "value": "", "type": "path", "description": "Data hub entry identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform an action on a data hub entry." } ] } ], "bundled": true }