creator_reparent_node
Move a node under a different parent, with an optional index to set its position among siblings.
Instructions
Move a node to a new parent. index is the insertion offset among siblings (0 = first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Node UUID | |
| index | No | Sibling insertion index | |
| parent_uuid | Yes | New parent UUID |