1
0

feat(notifications): add endpoint to mark all notifications as read

This commit is contained in:
kolaente
2023-10-20 16:40:47 +02:00
parent 66cf7ab50a
commit 10c9913e12
4 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,14 @@
meta {
name: mark all notifications as read
type: http
seq: 3
}
post {
url: {{host}}/api/v1/notifications
body: none
}
headers {
Authorization: Bearer {{token}}
}