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

25 lines
234 B
Plaintext
Executable File

meta {
name: Search events
type: http
seq: 8
}
get {
url: {{url}}/api/events/search
body: none
auth: inherit
}
params:query {
query: vile
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}