API Docs / Operations / Tasks / Bulk Update TaskItems

Bulk Update TaskItems

PATCH /tenants/{tenant}/tasks

Updates multiple tasks at once. Supports updating status and/or assigned user.

At least one of Status or AssignedUserCode must be provided.

Auto-assign behavior: When setting status to InProgress without specifying an AssignedUserCode,
any unassigned NotStarted tasks will be automatically assigned to the current user.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

Request Body*

{
  "codes": [
    "string"
  ],
  "status": "NotStarted",
  "assignedUserCode": "string"
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key