put https://api.banking.netevia.dev/api/notifications/read
The PUT /api/notifications/read endpoint allows users to mark specific notifications as read in the Netevia banking application. This helps in efficiently managing unread notifications by updating their status. The user must provide the IDs of the notifications to be marked as read in the request body.
Functionality:
- Mark Notifications as Read: Updates the status of selected notifications, indicating they have been reviewed by the user.
- Batch Processing: Multiple notifications can be marked as read in a single request by passing their IDs.
Key Features:
- Efficient Notification Management: Helps users maintain an organized notification feed by marking items as read.
- Selective Updates: Allows the user to specify which notifications should be marked as read using their unique IDs.
Response:
Upon successful execution, the API returns a confirmation of the notifications that were marked as read.
Summary:
The PUT /api/notifications/read endpoint provides a way for users to efficiently manage their notifications by marking specific items as read. By submitting the notification IDs, users can easily keep their notification list up-to-date and organized.