name_output_schema_major_version
Assign a human-readable name to a major version of an output schema for easier identification in version history.
Instructions
Give a output_schema's major version a name — label a release so it is easy to find in history. Targets a MAJOR version by its integer number (from list_output_schema_versions), not a checkpoint or a versionId. This only renames; it does not create, publish, or roll anything back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The output_schema's id. | |
| name | Yes | The new name for that major version. | |
| majorVersion | Yes | The major version's integer number, e.g. 2. |