add of Search events route

This commit is contained in:
2025-11-29 20:11:06 +01:00
parent a7b8de3205
commit 20654b2eff
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
meta {
name: Search events
type: http
seq: 7
}
get {
url: {{url}}/api/events/search?query=vile
body: none
auth: inherit
}
params:query {
query: vile
}
settings {
encodeUrl: true
}