Fix search publication mechanism.

This commit is contained in:
Florian THIERRY
2024-03-15 17:39:04 +01:00
parent 6e2b86153e
commit da1937cb31
18 changed files with 258 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
meta {
name: Login as admin user
type: http
seq: 2
}
post {
url: {{url}}/api/users/login
body: json
auth: none
}
body:json {
{
"id": "15a13dc7-029d-4eab-a63d-c1e96f90241d",
"password": "password"
}
}