move_wiki_node
Move a wiki node to a different parent within the same space or to a different space by specifying the source space and node token.
Instructions
[Official API] Move a Wiki node to a different parent (within the same space) or to a different space. Pass at least one of target_parent_token / target_space_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Source space ID | |
| node_token | Yes | Wiki node token to move | |
| target_parent_token | No | New parent wiki node token (optional) | |
| target_space_id | No | New target space ID (optional; same-space move if omitted) |