update_label
Update a label's properties, such as name, color, or description, by providing the project and label IDs.
Instructions
Update a label by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| label_id | Yes | UUID of the label | |
| name | No | Label name | |
| color | No | Label color (hex color code) | |
| description | No | Label description | |
| parent | No | UUID of the parent label (for nested labels) | |
| sort_order | No | Sort order for the label | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| color | No | ||
| sort_order | No | ||
| external_source | No | ||
| external_id | No | ||
| created_by | No | ||
| updated_by | No | ||
| workspace | No | ||
| project | No | ||
| parent | No |