{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes clickup API", "version": "0.1" }, "items": [ { "info": { "name": "clickup", "type": "folder" }, "items": [ { "info": { "name": "integrations_2", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/clickup/integrations" } }, { "info": { "name": "deleteIntegration_1", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/clickup/integrations" } }, { "info": { "name": "clickUpIntegrationsDetails", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/clickup/integrations/details" } }, { "info": { "name": "patchIntegration", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/clickup/integrations/settings/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "patchIntegration_1", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/clickup/integrations/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "taskDetails_1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/web/clickup/task/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }