Duplicate a collection
duplicateCollectionDuplicate a Postman collection into another workspace to reuse or share it there.
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. |