15 lines
177 B
Plaintext
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}}
|
||
|
}
|