Mark a notification as read.
status from unread to read and decrements the user’s unread count. Use List notifications to retrieve notification IDs.
Required role: admin or member
200 OK with the updated notification object.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the notification |
type | string | Notification type |
message | string | Human-readable notification message |
status | string | Always read after a successful call |
incidentId | string | Associated incident identifier. May be null for system notifications |
remediationId | string | Associated remediation identifier. null if not remediation-related |
createdAt | string | ISO 8601 timestamp when the notification was created |
readAt | string | ISO 8601 timestamp when the notification was marked as read |
| Status | Error code | Description |
|---|---|---|
404 | not_found | No notification with the given id exists for the authenticated user |