post_comment_reply
Post a reply to an existing GitBook comment by providing the space ID, comment ID, and markdown-supported reply body.
Instructions
Post a reply to an existing comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The reply text (markdown supported) | |
| spaceId | Yes | The ID of the space | |
| commentId | Yes | The ID of the parent comment to reply to | |
| changeRequestId | No | Optional change request ID if comment is on a CR |