wetrack_update_ticket_category
Update an existing ticket category's name, description, color, icon, or active state to keep WeTrack project data organized.
Instructions
Update a ticket category.
Args: category_id: The category ID. name: Category name (required). description: Optional description. color: Hex color. icon: Icon identifier. is_active: Active state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| is_active | No | ||
| category_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |