{ "opencollection": "1.0.0", "info": { "name": "Pennylane Company Account File Attachments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "File Attachments", "type": "folder" }, "items": [ { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://app.pennylane.com/api/external/v2/file_attachments", "body": { "type": "multipart-form", "data": [] } }, "docs": "Upload a file to attach to any resource that provides a file_attachment_id. Maximum file size 100MB. Requires scope: file_attachments:all." } ] } ], "bundled": true }