update_label
Update an existing label by changing its name, description, or color using the label's ID.
Instructions
Update an existing label's name, description, or color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Label ID (UUID) | |
| name | No | New label name | |
| description | No | New label description | |
| color | No | New label color (hex code) |