Update a label
kanbanzone_update_labelUpdate an existing Kanban Zone label's color, description, default status, or position. Modify specific fields without affecting others.
Instructions
Update one or more fields on an existing label. Only included fields are changed.
Setting is_default: true automatically clears the flag on every other label on
the same board. Setting is_default: false just unsets it — the board may end up
with no default label.
Args:
id (string, required): label ObjectId.
color (string, optional): hex color, e.g. "#FF0000".
description (string, optional): human-readable label text.
is_default (boolean, optional): mark as board default (clears others).
position (number, optional): sort position.
Examples:
"Rename label 670... to High Priority"
"Make label 670... the default for its board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| color | No | ||
| description | No | ||
| is_default | No | ||
| position | No |