UpdateTaskCategoryRequest
DTO for updating a task category
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The display name of the task category |
The display name of the task category | ||
| sortOrder | integer | The sort order for displaying task categories |
The sort order for displaying task categories | ||
| color | string | The color associated with this task category |
The color associated with this task category | ||
JSON Example
{
"name": "string",
"sortOrder": 0,
"color": "string"
}