Bulk dismiss anomalies in a date range

POST/api/v1/anomalies/dismiss-by-period

Dismiss every active anomaly whose date metadata overlaps the given period. Used by the close checklist's 'Dismiss all anomalies' CTA for historical periods that were reviewed offline.

Operation ID: bulk_dismiss_by_period_api_v1_anomalies_dismiss_by_period_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Request body

start_datestring · daterequired

Inclusive lower bound for anomaly date window (YYYY-MM-DD).

end_datestring · daterequired

Inclusive upper bound for anomaly date window (YYYY-MM-DD).

reasonstringrequired

One of: expected, resolved, false_positive, other

notesstring

Optional user-provided notes

Responses

201Successful Response

successboolean
messagestring
codestring
dataBulkDismissByPeriodResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject