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