update_release_label
Modify release label details by ID, updating only the provided name, color, or sort order fields.
Instructions
Update a release label in the palette. Only the fields you pass are changed.
Args: label_id: UUID of the release label name: Label name color: Hex color, e.g. "#4E5355" sort_order: Position in the palette
Returns: The updated ReleaseLabel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| label_id | Yes | ||
| sort_order | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| color | No | ||
| workspace | No | ||
| sort_order | No |