Upsert Task Focus Config
Creates or updates the current user's task focus panel configuration. Validates that all referenced saved task filters belong to the current user.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"items": [
{
"savedTaskFilterCode": "...",
"label": "...",
"sortOrder": "...",
"color": "..."
}
]
}
Responses
200 OK
400 Bad Request
401 Unauthorized - Invalid or missing API key