move_page
Reorganize wiki content by moving a page to a different parent or the space root. Set its order using first, last, or an explicit fractional index.
Instructions
Move a page under a new parent or to the space root. Position is computed unless you pass an explicit 5-12 character key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Move to the space root | |
| page_id | Yes | Page UUID or slugId | |
| position | No | first, last, or an explicit fractional index | |
| after_page_id | No | Place after this sibling page | |
| parent_page_id | No | New parent page UUID. Null or omitted with root=true moves to space root |