fork_environment
Duplicate a Postman environment into a specified workspace by providing the environment ID and a new label for the fork.
Instructions
Create a fork of an environment in a workspace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label/name for the forked environment | |
| workspace | Yes | Target workspace ID | |
| environmentId | Yes | Environment ID in format: {ownerId}-{environmentId} |