postman-mcp-server

create_api_version

Create a new version of an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
branchNoGit branch (for git-linked APIs)
collectionsYesCollection references
nameYesVersion name
releaseNotesNoVersion release notes
schemasYesSchema references

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "branch": { "description": "Git branch (for git-linked APIs)", "type": "string" }, "collections": { "description": "Collection references", "items": { "properties": { "filePath": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "Version name", "type": "string" }, "releaseNotes": { "description": "Version release notes", "type": "string" }, "schemas": { "description": "Schema references", "items": { "properties": { "directoryPath": { "type": "string" }, "filePath": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "apiId", "name", "schemas", "collections" ], "type": "object" }

You must be authenticated.

Other Tools