bulk_resolve_tasks
Bulk resolve tasks by specifying task IDs, a close code, and an optional close note to update their statuses in one operation.
Instructions
Tasks · mutation bulkResolveTasks. Variables: input. Example variables: {"input":{"closeCode":"CANCELLED","closeNote":"","taskIds":[""]}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: BulkResolveTasksInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |