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