edit_task_comment
Update an existing task comment's content within a project by specifying the task, comment ID, and new text.
Instructions
Edit an existing comment on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New comment text content | |
| task_id | Yes | Task ID | |
| comment_id | Yes | Comment ID to edit | |
| project_id | Yes | Project ID |