move_node
Relocate a node to a new position within a Dynalist document by specifying a new parent node and optional index position.
Instructions
Move a node to a different location in a Dynalist document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL | |
| file_id | No | Document ID (alternative to URL) | |
| node_id | Yes | Node ID to move | |
| parent_id | Yes | New parent node ID | |
| index | No | Position under new parent (-1 = end, 0 = top) |