API Docs / Schemas / CreateTaskCategoryRequest

CreateTaskCategoryRequest

DTO for creating a task category

Properties

Name Type Description
namestring

The display name of the task category

The display name of the task category

sortOrderinteger

The sort order for displaying task categories

The sort order for displaying task categories

colorstring

The color associated with this task category

The color associated with this task category

JSON Example

{
  "name": "string",
  "sortOrder": 0,
  "color": "string"
}

Used By Operations