Get a change request comment
gitbook_get_comment_in_change_requestFetch a specific comment from a change request in GitBook by providing the space, change request, and comment identifiers.
Instructions
Get a change request comment. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| commentId | Yes | Path parameter: commentId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |