postman-mcp-server

update_mock

Update an existing mock server

Input Schema

NameRequiredDescriptionDefault
mockYes
mockIdYesThe mock server ID

Input Schema (JSON Schema)

{ "properties": { "mock": { "properties": { "description": { "description": "Updated description", "type": "string" }, "environment": { "description": "New environment ID", "type": "string" }, "name": { "description": "New mock server name", "type": "string" }, "private": { "description": "Updated access control setting", "type": "boolean" }, "versionTag": { "description": "Updated collection version tag", "type": "string" } }, "type": "object" }, "mockId": { "description": "The mock server ID", "type": "string" } }, "required": [ "mockId", "mock" ], "type": "object" }

You must be authenticated.

Other Tools