List all change request links
gitbook_list_change_request_linksRetrieve all links associated with a specific change request in a GitBook space by providing the space ID and change request ID.
Instructions
List all change request links. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/links)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| body | No | Optional query parameters as a JSON object (e.g. { limit, page }). |