update_label
Modify an existing label in a GitLab project by updating its name, color, priority, or description.
Instructions
Update an existing label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | New label color | |
| label_id | No | Label ID | |
| new_name | No | New label name | |
| priority | No | New label priority | |
| project_id | No | Project ID or URL-encoded path | |
| description | No | New label description |