API Docs / Schemas / UpdateTaskFocusConfigItemRequest

UpdateTaskFocusConfigItemRequest

Request DTO for a single item in the task focus panel configuration

Properties

Name Type Description
savedTaskFilterCodestring

The code of the saved task filter to reference

The code of the saved task filter to reference

labelstring

Optional custom label for this item in the focus panel

Optional custom label for this item in the focus panel

sortOrderinteger

Sort order for display in the focus panel

Sort order for display in the focus panel

colorstring

Optional color for visual styling in the focus panel

Optional color for visual styling in the focus panel

JSON Example

{
  "savedTaskFilterCode": "string",
  "label": "string",
  "sortOrder": 0,
  "color": "string"
}

Contained in Schemas