{ "opencollection": "1.0.0", "info": { "name": "Kanban Tool API v3 Attachments Subtasks API", "version": "3.0.0" }, "items": [ { "info": { "name": "Subtasks", "type": "folder" }, "items": [ { "info": { "name": "Update subtask", "type": "http" }, "http": { "method": "PATCH", "url": "https://YOUR_DOMAIN.kanbantool.com/api/v3/subtasks/:subtask_id.json", "params": [ { "name": "subtask_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update subtask" }, { "info": { "name": "Delete subtask", "type": "http" }, "http": { "method": "DELETE", "url": "https://YOUR_DOMAIN.kanbantool.com/api/v3/subtasks/:subtask_id.json", "params": [ { "name": "subtask_id", "value": "", "type": "path" } ] }, "docs": "Delete subtask" }, { "info": { "name": "Reorder subtasks", "type": "http" }, "http": { "method": "PUT", "url": "https://YOUR_DOMAIN.kanbantool.com/api/v3/subtasks/reorder.json", "body": { "type": "json", "data": "{}" } }, "docs": "Reorder subtasks" } ] } ], "bundled": true }