API Docs / Schemas / BulkUpdateTasksRequest

BulkUpdateTasksRequest

Properties

Name Type Description
codes*array of string

Codes of the tasks to update.

Codes of the tasks to update.

statusenum

NotStarted InProgress Blocked Completed Skipped

NotStarted InProgress Blocked Completed Skipped

assignedUserCodestring

Null = no change, empty string = unassign, value = assign to that user.

Null = no change, empty string = unassign, value = assign to that user.

categoryCodestring

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"
}

Used By Operations