Skip to main content
PATCH
Bulk update tasks

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Body

application/json
taskIds
string[]
required
Minimum array length: 1
operation
enum<string>
required
Available options:
updateStatus,
updatePriority,
updateAssignee,
delete,
addLabel,
removeLabel,
updateDueDate
value
string | null

The new value for the chosen operation. Unused by delete; null clears an assignee or due date.

Response

Bulk operation result

success
boolean
required
updatedCount
number
required