{ "opencollection": "1.0.0", "info": { "name": "Helpcenter GenericAction API", "version": "1.0.0" }, "items": [ { "info": { "name": "GenericAction", "type": "folder" }, "items": [ { "info": { "name": "Execute Action", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/actions/:id/execute", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API executes an action with the given input values." } ] } ], "bundled": true }