update_comment
Update an existing comment in a GitBook space. Specify the comment ID and new body text, with markdown support and an optional change request ID.
Instructions
Update an existing comment (uses PUT as per GitBook API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The new comment text (markdown supported) | |
| spaceId | Yes | The ID of the space | |
| commentId | Yes | The ID of the comment to update | |
| changeRequestId | No | Optional change request ID if comment is on a CR |