Resolve Incident

POST {{baseUrl}}/incidents/:incidentID/resolve

  • This endpoint is used to resolve the incident by ID.
  • Requires access_token as a Bearer {{token}} in the Authorization header.

RESPONSES

status: OK

{"data":"incident successfully resolved"}