update_comment
Replace the text of an existing comment by providing its ID and the new comment text.
Instructions
Replace the text of an existing comment.
Args: comment_id: ID of the comment to update. text: New comment text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |