Files
2026-07-15 18:51:43 +02:00

21 lines
219 B
Plaintext
Executable File

meta {
name: Read notifications
type: http
seq: 4
}
post {
url: {{url}}/api/users/notifications/read
body: none
auth: inherit
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}