postman-mcp-server

update_api

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