copy_wiki_node
Deep-copy a wiki node to a different location or space. Specify source space and node token, with optional target parent, target space, and title for the copy.
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) |