update_comment
Edit the text of an existing comment. Only the author can update it, so provide projectId, itemId, and commentId to target the correct comment.
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 | ||
| content | Yes | The new comment text | |
| commentId | Yes | ||
| projectId | Yes |