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
Name | In | Required | Type | Description |
---|---|---|---|---|
incidentId | path | True | Guid | Identifier of the incident |
teamId | path | False | Guid | Identifier of the team currently assigned to the incident |
Response
Status | Type | Description |
---|---|---|
200 | OK | The 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 |