Mark a notification as delivered
PUT/notification/:notificationId/delivered
Marks one target's notification as delivered after matching both notificationId and targetId. Anonymous callers may update notifications sent to a public asset; authenticated callers are constrained to their own user, realm, or accessible assets.
Request
Responses
- 204
- 400
- 403
- 404
The request completed successfully; no response body is returned
The request parameters or body are invalid
The caller does not have permission to access the requested resource
The requested resource does not exist