node_move
Move a page node to a new parent or reorder it within its current parent. Specify the target parent and optional position.
Instructions
Move/reorder a node within the page tree (PUT /nodes/{id}/move). Inputs travel as query-string params per Voog docs. Required: parent_id (current or new parent — pass current to just reorder). Optional: position (1-indexed, Voog default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| node_id | Yes | Voog node id to move | |
| parent_id | Yes | Current or new parent node id | |
| position | No | New position under parent (1-indexed). Omit to let Voog default to 1. |