Mark notifications as read
POST/api/admin/notifications/read
Allow to select which notifications were read and saving a read date
Request
- application/json
Body
required
markNotificationsAsReadSchema
notifications integer[]required
A list of IDs belonging to the notifications you want to mark as read.
Responses
- 200
This response has no body.
Loading...