Update Entry Version Label
update_entry_version_labelUpdate the label and description of a content entry version without modifying the immutable snapshot.
Instructions
Update a version's editable label and/or description. The snapshot payload itself is immutable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The entry UUID | |
| label | No | Human-friendly label for this version (null clears it) | |
| description | No | Longer note for this version (null clears it) | |
| version_number | Yes | The version number | |
| collection_slug | Yes | The collection slug |