{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes jira API", "version": "0.1" }, "items": [ { "info": { "name": "jira", "type": "folder" }, "items": [ { "info": { "name": "integrations_4", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/jira/integrations" } }, { "info": { "name": "patchIntegration_2", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/jira/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteIntegration_2", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/jira/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "taskDetails_2", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/web/jira/task/:issueKey/:issueId", "params": [ { "name": "issueKey", "value": "", "type": "path" }, { "name": "issueId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }