25 lines
234 B
Plaintext
Executable File
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
|
|
}
|