Sets an incident to acknowledged and populates the acknowledged resource and time.


HTTP

POST https://www.squidalerts.com/api/incidents/{incidentId}/acknowledge

POST https://www.squidalerts.com/api/teams/{teamId}/incidents/{incidentId}/acknowledge


URI Parameters

NameInRequiredTypeDescription
incidentIdpathTrueGuidIdentifier of the incident
teamIdpathFalseGuidIdentifier of the team currently assigned to the incident


Response

StatusTypeDescription
200OKThe incident was successfully acknowledged
403
Bad Request
Error occurred while trying to acknowledge the incident. Additional details will be included in the response body.
404
Not Found
No incident found with the provided ID