Bulk Resolve Incidents
POST {{baseUrl}}/incidents/resolve
- This endpoint is used to bulk resolve 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 resolved"}