List Labels
Create Label
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | 1-50 chars, must be unique |
color | string | Yes | — | Hex color code (e.g., #3B82F6) |
priority | number | No | 0 | Display ordering (higher = first) |
label:created
Update Label
| Field | Type |
|---|---|
name | string |
color | string |
priority | number |
label:updated
Delete Label
label:deleted
Assign Label to Task
| Field | Type | Required |
|---|---|---|
labelId | string | Yes |
task:label:assigned
Remove Label from Task
task:label:removed
