BulkUpdateTasksRequest
Properties
| Name | Type | Description |
|---|---|---|
| codes* | array of string | Codes of the tasks to update. |
Codes of the tasks to update. | ||
| status | enum | NotStarted InProgress Blocked Completed Skipped |
NotStarted InProgress Blocked Completed Skipped | ||
| assignedUserCode | string | Null = no change, empty string = unassign, value = assign to that user. |
Null = no change, empty string = unassign, value = assign to that user. | ||
| categoryCode | string | Null = no change, empty string = clear category, value = set to that category. |
Null = no change, empty string = clear category, value = set to that category. | ||
JSON Example
{
"codes": [
"string"
],
"status": "NotStarted",
"assignedUserCode": "string",
"categoryCode": "string"
}