{ "opencollection": "1.0.0", "info": { "name": "Linear GraphQL Attachments API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Attachments", "type": "folder" }, "items": [ { "info": { "name": "Upload a file attachment", "type": "http" }, "http": { "method": "POST", "url": "https://api.linear.app/graphql/graphql/upload", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "contentType", "type": "text", "value": "" } ] } }, "docs": "Upload files for use as attachments on issues or comments. Returns a signed URL and asset URL for use in subsequent GraphQL mutations." } ] } ], "bundled": true }