Move page
move_pageMove a page to a new parent, space, or position, or detach it to the top level. Provide at least one change parameter.
Instructions
Move a page: reparent (parent_id), detach to top-level (make_root), reorder (position), and/or relocate to another space (space_id). Editor+ in both source and target space. Provide at least one of space_id / parent_id / make_root / position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | page to move | |
| position | No | new 0-based position among siblings (omit to keep) | |
| space_id | No | relocate to this space (omit to keep) | |
| make_root | No | detach to top-level (mutually exclusive with parent_id) | |
| parent_id | No | new parent page id (omit to keep; mutually exclusive with make_root) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes |