tasks_batch_update
Update multiple tasks at once by providing a JSON array of task IDs and fields to modify. Specify an optional group ID to scope updates.
Instructions
Batch update: updates_json is JSON array of {id, ...fields}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |