Bulk Acknowledge Incidents
POST {{baseUrl}}/incidents/acknowledge
- This endpoint is used to bulk acknowledge the incident by IDs.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
Request Body
{"incident_ids"=>["5f04e3a08fada03f23aac811", "5f04e3a08fada03f23aac812", "5f04e3a08fada03f23aac813"]}
RESPONSES
status: OK
{"data":"all incident successfully acknowledged"}