Merge branch 'dev' into 'features/typesense'

# Conflicts:
#   routes/events.php
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-12-07 15:14:51 +00:00
35 changed files with 220 additions and 21 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Get event
type: http
seq: 7
}
get {
url: {{url}}/api/events/{{id}}
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}