{ "opencollection": "1.0.0", "info": { "name": "Capmo REST Organisation Companies Uploads API", "version": "1.0" }, "items": [ { "info": { "name": "Uploads", "type": "folder" }, "items": [ { "info": { "name": "getDocumentUploadUrl", "type": "http" }, "http": { "method": "POST", "url": "https://api.capmo.de/api/v1/upload/projects/:projectId/document-files", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to obtain an upload URL for a new project document." }, { "info": { "name": "getPlanUploadUrl", "type": "http" }, "http": { "method": "POST", "url": "https://api.capmo.de/api/v1/upload/plans", "headers": [ { "name": "Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to obtain an upload URL for a new plan file." }, { "info": { "name": "getTicketAttachmentUploadUrl", "type": "http" }, "http": { "method": "POST", "url": "https://api.capmo.de/api/v1/upload/ticket-attachments", "headers": [ { "name": "Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to obtain an upload URL for a new ticket attachment." } ] } ], "bundled": true }