update_comment
Edit a ClickUp comment by updating its text, reassigning it, or toggling resolved status. Only provided fields are changed, returning the updated comment.
Instructions
Edit an existing comment: change its text, reassign it, or mark it resolved/unresolved. Only the fields you provide are changed. Returns the updated comment. Works for task, List and Chat-view comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the comment to edit. | |
| comment_text | No | New body text for the comment. Omit to keep the current text. | |
| assignee | No | User ID to reassign the comment to. Omit to keep the current assignee. | |
| resolved | No | Set true to mark the comment resolved, false to reopen it. Omit to leave unchanged. |