create_api_version
Create a new version of an API in Postman by specifying schemas and collections to manage API evolution and documentation updates.
Instructions
Create a new version of an API
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiId | Yes | API ID | |
| name | Yes | Version name | |
| schemas | Yes | Schema references | |
| collections | Yes | Collection references | |
| branch | No | Git branch (for git-linked APIs) | |
| releaseNotes | No | Version release notes |