{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes linear API", "version": "0.1" }, "items": [ { "info": { "name": "linear", "type": "folder" }, "items": [ { "info": { "name": "integrations_5", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/linear/integrations" } }, { "info": { "name": "patchIntegration_3", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/linear/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteIntegration_3", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/linear/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "issueDetails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/linear/issue/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "taskDetails_3", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/web/linear/task/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }