update_comment
Update an existing ClickUp comment by providing its ID and new text. Optionally assign the comment or mark it as resolved.
Instructions
Update an existing ClickUp comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | User ID to assign the comment | |
| resolved | No | Mark comment as resolved | |
| comment_id | Yes | The ID of the comment | |
| comment_text | Yes | New comment text |