{ "opencollection": "1.0.0", "info": { "name": "B3OS Workflow Action API", "version": "1.0" }, "items": [ { "info": { "name": "Action", "type": "folder" }, "items": [ { "info": { "name": "POST /v1/actions/{type}/test", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/actions/:type/test", "params": [ { "name": "type", "value": "", "type": "path", "description": "Action type" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Test an action with custom payload" } ] } ], "bundled": true }