postman-mcp-server

update_api_comment

Update an existing API comment (max 10,000 characters)

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
commentIdYesComment ID
contentYesUpdated comment text (max 10,000 characters)

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "commentId": { "description": "Comment ID", "type": "number" }, "content": { "description": "Updated comment text (max 10,000 characters)", "type": "string" } }, "required": [ "apiId", "commentId", "content" ], "type": "object" }

You must be authenticated.

Other Tools