bulk_close_incidents
Bulk close multiple incidents by providing incident IDs, a close code, and an optional note to set their state to resolved.
Instructions
Incidents · mutation bulkCloseIncidents. Variables: input. Example variables: {"input":{"aiChatId":"","closeCode":"CUSTOMER_ANOMALOUS_SAFE","closeNote":"","incidentIds":[""],"state":"RESOLVED"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: BulkCloseIncidentsInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |