Duplicate a Rootr node (deep copy)
rootr_duplicate_nodeDuplicate a Rootr node, such as a document or folder tree, to the same or another workspace, optionally copying its children.
Instructions
Deep-copy a Rootr (루터) node — a document or a whole folder tree — next to the original, or into another workspace the user can access (targetWorkspaceId). Returns the new root node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Copy children too (default true) | |
| target | Yes | Node path (starting with "/") or node id to copy | |
| targetWorkspaceId | No | Destination workspace id (defaults to same workspace) |