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