copy_wiki_node
Duplicate a wiki node to another location or space, creating an independent copy with an optional new title.
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 |
|---|---|---|---|
| title | No | Title for the copy (optional; defaults to source title) | |
| space_id | Yes | Source space ID | |
| node_token | Yes | Wiki node token to copy | |
| target_space_id | No | Destination space ID (optional; same-space copy if omitted) | |
| target_parent_token | No | Destination parent wiki node token (optional) |