comments_update
Update a ClickUp comment's text, assignee, and resolved status using the comment ID. Modify comment content or mark comments as resolved directly through ClickUp's API.
Instructions
Update an existing ClickUp comment's properties including text, assignee, and resolved status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignee | No | The ID of the user to assign to the comment | |
| resolved | No | Whether the comment is resolved | |
| comment_id | Yes | The ID of the comment to update | |
| comment_text | Yes | The new text content of the comment |