update-label
Update a task's label by providing the current label name and new details such as name or pin status.
Instructions
Update an existing label on a task by finding it by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task containing the label | |
| labelName | Yes | Current name of the label (case-sensitive) | |
| name | No | New label name | |
| pinned | No | Whether the label should be pinned |