mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
feat(notifications): add endpoint to mark all notifications as read
This commit is contained in:
14
rest/mark all notifications as read.bru
Normal file
14
rest/mark all notifications as read.bru
Normal 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}}
|
||||
}
|
||||
Reference in New Issue
Block a user