postman-mcp-server

update_collection

Update an existing collection. Full collection replacement with maximum size of 20 MB.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection details in Postman Collection Format v2.1
collection_idYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection details in Postman Collection Format v2.1", "properties": { "info": { "properties": { "name": { "type": "string" }, "schema": { "type": "string" } }, "required": [ "name", "schema" ], "type": "object" }, "item": { "type": "array" } }, "required": [ "info", "item" ], "type": "object" }, "collection_id": { "description": "Collection ID", "type": "string" } }, "required": [ "collection_id", "collection" ], "type": "object" }

You must be authenticated.

Other Tools