update_label
Update an existing label in a Plane project by changing its name, description, or color. Provide the project ID and label ID, then set the fields to modify.
Instructions
Update an existing label.
Args: project_id: The UUID identifier of the project label_id: The UUID identifier of the label name: New name for the label description: New description for the label color: New color hex code for the label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| color | No | ||
| label_id | Yes | ||
| project_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |