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