postman-mcp-server

update_mock

Modify details of an existing mock server, including name, description, environment, access settings, and version tag, using the specified mock server ID.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd