API Docs / Operations / Tasks - Focus Config / Upsert Task Focus Config

Upsert Task Focus Config

PUT /tenants/{tenant}/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "items": [
    {
      "savedTaskFilterCode": "...",
      "label": "...",
      "sortOrder": "...",
      "color": "..."
    }
  ]
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key