update_label
Update an existing GitLab project label by providing the project and label ID or title, with options to change its name, description, color, and priority.
Instructions
Update an existing label in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | The color of the label given in 6-digit hex notation with leading '#' sign | |
| label_id | No | The ID or title of a project's label | |
| new_name | No | The new name of the label | |
| priority | No | The new priority of the label | |
| project_id | No | Project ID or URL-encoded path | |
| description | No | The new description of the label |