postman-mcp-server

update_api

Modify an existing API by updating its name, description, or summary in the Postman-MCP server. Provide the API ID to ensure accurate changes.

Instructions

Update an existing API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
descriptionNoUpdated detailed description
nameNoNew API name
summaryNoUpdated brief description

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "description": { "description": "Updated detailed description", "type": "string" }, "name": { "description": "New API name", "type": "string" }, "summary": { "description": "Updated brief description", "type": "string" } }, "required": [ "apiId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd