Read All Notifications

Read all notifications

POST /notifications/read/all

Returns new notifications.

content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/NotificationDTO'

Last updated