update_comment
Replace the text of an existing comment by supplying its comment ID, task ID, and new content. Retrieve the comment ID from list_comments to update the comment.
Instructions
Replace the text of an existing comment. Get comment_id from list_comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | ||
| task_id | Yes | ||
| comment_id | Yes |