reorder_pages
Move a page from from_index to to_index. The remaining pages shift to fill the gap; active_index is rewritten so it keeps pointing at the same page it did before the move. Fails on out-of-range indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_index | Yes | 0-based destination index for the page. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. | |
| from_index | Yes | 0-based index of the page to move. |