move_wiki_node
Move a Wiki node to a new parent or different space in Feishu. Specify the target parent or target space to relocate the node.
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_space_id | No | New target space ID (optional; same-space move if omitted) | |
| target_parent_token | No | New parent wiki node token (optional) |