{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource reaction-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "reaction-resource", "type": "folder" }, "items": [ { "info": { "name": "create", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/reaction", "body": { "type": "json", "data": "{}" } }, "docs": "create" }, { "info": { "name": "getByContainerId", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/reaction/:containerId", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "containerId" } ] }, "docs": "getByContainerId" }, { "info": { "name": "update", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/reaction/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "update" }, { "info": { "name": "delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.small-improvements.com/api/v2/reaction/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "delete" } ] } ], "bundled": true }