bulk_update_tasks
Update multiple tasks at once by setting their done status or priority in a single request. Only specified fields change, and the entire update succeeds only if you have write access to all involved projects.
Instructions
Set done or priority on many tasks in one request.
Only the fields you pass are written, on either API version. This endpoint takes the field names separately from the values. That makes it a genuine partial update on v1 too, where updating a single task is a replace.
You need write access to every project involved. If it is missing on even one, the whole request is refused and nothing changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| priority | No | ||
| task_ids | Yes |