postman-mcp-server

update_pan_element

Update or modify elements or folders within the Private API Network in Postman. Edit names, descriptions, summaries, or relocate items by specifying element ID, type, and parent folder.

Instructions

Update element or folder in Private API Network

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated description
elementIdYesElement ID
elementTypeYesElement type
nameNoUpdated name
parentFolderIdNoNew parent folder ID
summaryNoUpdated summary

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated description", "type": "string" }, "elementId": { "description": "Element ID", "type": "string" }, "elementType": { "description": "Element type", "enum": [ "api", "collection", "workspace", "folder" ], "type": "string" }, "name": { "description": "Updated name", "type": "string" }, "parentFolderId": { "description": "New parent folder ID", "type": "integer" }, "summary": { "description": "Updated summary", "type": "string" } }, "required": [ "elementId", "elementType" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd