Update a change request comment
gitbook_update_comment_in_change_requestUpdate an existing comment in a GitBook change request by providing the space, change request, and comment IDs.
Instructions
Update a change request comment. (PUT /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 | Request body as a JSON object, per the GitBook API for this operation. |