duplicateCollection
Duplicates a collection into another workspace; optionally appends a suffix to the duplicated collection's name.
Instructions
Creates a duplicate of the given collection in another workspace.
Use the GET `/collection-duplicate-tasks/{taskId}` endpoint to get the duplication task's current status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suffix | No | An optional suffix to append to the duplicated collection's name. | |
| workspace | Yes | The workspace ID in which to duplicate the collection. | |
| collectionId | Yes | The collection's unique ID. |