UpdateTaskFocusConfigItemRequest
Request DTO for a single item in the task focus panel configuration
Properties
| Name | Type | Description |
|---|---|---|
| savedTaskFilterCode | string | The code of the saved task filter to reference |
The code of the saved task filter to reference | ||
| label | string | Optional custom label for this item in the focus panel |
Optional custom label for this item in the focus panel | ||
| sortOrder | integer | Sort order for display in the focus panel |
Sort order for display in the focus panel | ||
| color | string | 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"
}