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