Duplicate Document
duplicate_docClone a document's markdown content into a new doc. Optionally set a new title or place it under a parent in the sidebar.
Instructions
Clone a document by copying its markdown content into a new doc. Optionally set a new title and/or parentDocId to place it in the sidebar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | ||
| docId | Yes | The source doc to duplicate. | |
| title | No | Title for the new doc. Defaults to '<original title> (copy)'. | |
| parentDocId | No | Parent doc to link the new doc under in the sidebar. |