Files
SAE-BUT2-backend/tests/Notifications/Read notifications.bru
T

21 lines
219 B
Plaintext

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
}