Files
SAE-BUT2-backend/tests/Events/Get event tasks.bru
T

21 lines
206 B
Plaintext

meta {
name: Get event tasks
type: http
seq: 3
}
get {
url: {{url}}/api/events/{{id}}/tasks
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}