Create a space comment reply
gitbook_post_comment_reply_in_spacePost a reply to a specific comment within a GitBook space by providing the comment ID and space ID, along with a JSON body for the reply content.
Instructions
Create a space comment reply. (POST /spaces/{spaceId}/comments/{commentId}/replies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| commentId | Yes | Path parameter: commentId. | |
| body | No | Request body as a JSON object, per the GitBook API for this operation. |