Bulk Update TaskItems
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"codes": [
"string"
],
"status": "NotStarted",
"assignedUserCode": "string"
}
Responses
200 OK
400 Bad Request
401 Unauthorized - Invalid or missing API key