---
title: "Acknowledge processing of an AlertNotification"
method: PUT
path: "/alerts/notifications/{alert_notification_id}/processed"
tags: ["Alert"]
---

# Acknowledge processing of an AlertNotification

`PUT /alerts/notifications/{alert_notification_id}/processed`

Acknowledge processing of an AlertNotification

## Path parameters

- `alert_notification_id` string, required

## Request body

- AlertNotificationProcessedAcknowledgementRequest
  - `processed_time` integer — Time at which this AlertNotification was processed
  - `processed_confirmation_id` string — Confirmation ID from processing the notification, if one exists

## Response `204`

The operation was successful

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
