postman-mcp-server

merge_collection_fork

Merge a forked collection back into its parent

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination collection ID
sourceYesSource collection ID
strategyYesMerge strategy

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination collection ID", "type": "string" }, "source": { "description": "Source collection ID", "type": "string" }, "strategy": { "description": "Merge strategy", "enum": [ "default", "updateSourceWithDestination", "deleteSource" ], "type": "string" } }, "required": [ "source", "destination", "strategy" ], "type": "object" }

You must be authenticated.

Other Tools