List all meta links of a change request page
gitbook_list_change_request_page_meta_linksLists all meta links (e.g., parent, next, previous) for a page within a GitBook change request. Essential for navigating page hierarchy during content review.
Instructions
List all meta links of a change request page. (GET /spaces/{spaceId}/change-requests/{changeRequestId}/content/page/{pageId}/meta-links)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Path parameter: spaceId. | |
| changeRequestId | Yes | Path parameter: changeRequestId. | |
| pageId | Yes | Path parameter: pageId. |