v4
latestSwagger 2.02026-08-0343714211.7 MBexpectation_incidents
Expectation Incidents
Acknowledge an expectation incident
Acknowledge an expectation incident
post/expectation_incidents/{id}/acknowledge
Path parameters
idinteger required
Expectation Incident ID.
Response
The ExpectationIncidents object.
Example response
{
"id": 1,
"expectation_id": 1,
"status": "open",
"opened_at": "2000-01-01T01:00:00Z",
"last_failed_at": "2000-01-01T01:00:00Z",
"acknowledged_at": "2000-01-01T01:00:00Z",
"snoozed_until": "2000-01-01T01:00:00Z",
"resolved_at": "2000-01-01T01:00:00Z",
"opened_by_evaluation_id": 1,
"last_evaluation_id": 2,
"resolved_by_evaluation_id": 3,
"summary": {},
"created_at": "2000-01-01T01:00:00Z",
"updated_at": "2000-01-01T01:00:00Z"
}