name_flow_major_version
Assign a custom name to a flow's major version to label releases for easy history lookup.
Instructions
Give a flow'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_flow_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 flow's id. | |
| name | Yes | The new name for that major version. | |
| majorVersion | Yes | The major version's integer number, e.g. 2. |