vikunja/rest/mark all notifications as read.bru
kolaente 10c9913e12
Some checks failed
continuous-integration/drone/push Build is failing
feat(notifications): add endpoint to mark all notifications as read
2023-10-20 16:40:47 +02:00

15 lines
177 B
Plaintext

meta {
name: mark all notifications as read
type: http
seq: 3
}
post {
url: {{host}}/api/v1/notifications
body: none
}
headers {
Authorization: Bearer {{token}}
}