postman-mcp-server

pull_environment

Pull changes from parent environment into forked environment

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination (fork) environment ID in format: {ownerId}-{environmentId}
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}
sourceYesSource (parent) environment ID in format: {ownerId}-{environmentId}

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination (fork) environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "source": { "description": "Source (parent) environment ID in format: {ownerId}-{environmentId}", "type": "string" } }, "required": [ "environmentId", "source", "destination" ], "type": "object" }

You must be authenticated.

Other Tools