name_company_major_version
Rename a major version of a company document to label releases for easy identification in history. Provide the major version number and a new name.
Instructions
Give one of the company document's major versions a name — label a release so it is easy to find in history. Targets a MAJOR version by its integer number (from list_company_versions), not a checkpoint or a versionId. Like everything else on this singleton it takes no id. This only renames; it does not create, publish, or roll anything back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new name for that major version. | |
| majorVersion | Yes | The major version's integer number, e.g. 2. |