copy_page
Duplicate a page under its parent folder. Optionally provide a new title for the copy.
Instructions
Duplicate a page under the same parent. If newTitle is provided, the copy gets that title. Works for both leaf and folder pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectiveId | Yes | ||
| pageId | Yes | ||
| newTitle | No | Title for the copy. If omitted, server assigns a default. |