update_comment
Update the text of an existing comment by providing the project, item, comment ID, and new content. Enables authors to revise their comments.
Instructions
Edit the text of an existing comment. Only the author can edit their comment. Needs projectId, itemId and the commentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item (row) id | |
| content | Yes | The new comment text | |
| commentId | Yes | Comment id (from list_comments) | |
| projectId | Yes | Project id (from list_projects / create_project) |