Resolve Incident
POST {{baseUrl}}/incidents/:incidentID/resolve
- This endpoint is used to resolve the incident by ID.
- Requires
access_token
as aBearer {{token}}
in theAuthorization
header.
RESPONSES
status: OK
{"data":"incident successfully resolved"}