{ "opencollection": "1.0.0", "info": { "name": "Plane Cycle Work Items Work Item Comments API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Work Item Comments", "type": "folder" }, "items": [ { "info": { "name": "List comments on a work item.", "type": "http" }, "http": { "method": "GET", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/work-items/:work_item_id/comments/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "work_item_id", "value": "", "type": "path", "description": "The UUID of the work item (issue)." } ] }, "docs": "List comments on a work item." }, { "info": { "name": "Add a comment to a work item.", "type": "http" }, "http": { "method": "POST", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/work-items/:work_item_id/comments/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "work_item_id", "value": "", "type": "path", "description": "The UUID of the work item (issue)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a comment to a work item." }, { "info": { "name": "Retrieve a work item comment.", "type": "http" }, "http": { "method": "GET", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/work-items/:work_item_id/comments/:comment_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "work_item_id", "value": "", "type": "path", "description": "The UUID of the work item (issue)." }, { "name": "comment_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a work item comment." }, { "info": { "name": "Update a work item comment.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/work-items/:work_item_id/comments/:comment_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "work_item_id", "value": "", "type": "path", "description": "The UUID of the work item (issue)." }, { "name": "comment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a work item comment." }, { "info": { "name": "Delete a work item comment.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.plane.so/api/v1/workspaces/:workspace_slug/projects/:project_id/work-items/:work_item_id/comments/:comment_id/", "params": [ { "name": "workspace_slug", "value": "", "type": "path", "description": "The unique slug of the workspace." }, { "name": "project_id", "value": "", "type": "path", "description": "The UUID of the project." }, { "name": "work_item_id", "value": "", "type": "path", "description": "The UUID of the work item (issue)." }, { "name": "comment_id", "value": "", "type": "path" } ] }, "docs": "Delete a work item comment." } ] } ], "bundled": true }