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

21 lines
223 B
Plaintext

meta {
name: Get user notifications
type: http
seq: 12
}
get {
url: {{url}}/api/users/{{id}}/notifications
body: none
auth: inherit
}
vars:pre-request {
id: 12
}
settings {
encodeUrl: true
timeout: 0
}