Acknowledge User Notification
POST
/user/notifications/:id/ack
Acknowledges this notification for the authenticated user (same scope as list/get). Idempotent when the notification is already acknowledged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
user-notifications resource created
Invalid input
Missing or invalid bearer token. The API returns an RFC 7807 problem detail body.
Authenticated user is not allowed to perform this operation. The API returns an RFC 7807 problem detail body.
The organization or resource identified in the path does not exist, or the caller cannot access it. The API returns an RFC 7807 problem detail body.
Validation Error