postman-mcp-server

patch_collection

Partially update a collection. Only updates provided fields.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection fields to update
collection_idYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection fields to update", "properties": { "info": { "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" } }, "type": "object" }, "collection_id": { "description": "Collection ID", "type": "string" } }, "required": [ "collection_id", "collection" ], "type": "object" }

You must be authenticated.

Other Tools