{ "opencollection": "1.0.0", "info": { "name": "SysAid REST ActionItems Attachments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Attachments", "type": "folder" }, "items": [ { "info": { "name": "Generate upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://your-account.sysaidit.com/generateattachmentpresignedurl" }, "docs": "Generate upload URL" }, { "info": { "name": "Finalize attachment creation", "type": "http" }, "http": { "method": "POST", "url": "https://your-account.sysaidit.com/createattachment" }, "docs": "Finalize attachment creation" } ] } ], "bundled": true }