Acknowledge Incident
POST {{baseUrl}}/incidents/:incidentID/acknowledge
- This endpoint is used to acknowledge the incident by ID.
- Requires
access_tokenas aBearer {{token}}in theAuthorizationheader.
RESPONSES
status: OK
{"data":"incident successfully acknowledged"}