Update a space comment
gitbook_update_comment_in_spaceUpdate an existing comment in a GitBook space by specifying the space ID, comment ID, and the new content.
Instructions
Update a space comment. (PUT /spaces/{spaceId}/comments/{commentId})
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. |