copy_wiki_node
Deep-copy a Wiki node to a different parent or space, duplicating its content and resources.
Instructions
[Official API] Deep-copy a Wiki node into a different location (and optionally a different space). Underlying resource is duplicated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Source space ID | |
| node_token | Yes | Wiki node token to copy | |
| target_parent_token | No | Destination parent wiki node token (optional) | |
| target_space_id | No | Destination space ID (optional; same-space copy if omitted) | |
| title | No | Title for the copy (optional; defaults to source title) |