pull_environment
Update a forked Postman environment by pulling changes from its parent environment to sync variables and configurations.
Instructions
Pull changes from parent environment into forked environment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID in format: {ownerId}-{environmentId} | |
| source | Yes | Source (parent) environment ID in format: {ownerId}-{environmentId} | |
| destination | Yes | Destination (fork) environment ID in format: {ownerId}-{environmentId} |