rename_version
Rename a saved version's human-readable label (what the user sees in the picker). The v<N> partner-facing identifier is unaffected — only the display name changes. Accepts the version's UUID id or the v<N> shorthand. Empty / whitespace-only names are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New human-readable label. Must be a non-empty string. | |
| projectId | Yes | Project whose version to rename. | |
| versionId | Yes | Version to rename. UUID `id` or `v<N>` shorthand. |