onenote_reorder_pages
Reorder pages within a OneNote section by moving a page before or after a reference page.
Instructions
Change page order within a section. Provide either before_page_id or after_page_id as the reference the moved page should sit before/after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page to reposition. Required. | |
| section_id | Yes | Section holding the pages. Required. | |
| after_page_id | No | Place the page after this page. | |
| before_page_id | No | Place the page before this page. |