update_comment
Update an existing comment in a Word document by providing its ID and new 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 |