correct some issues

This commit is contained in:
2026-01-11 20:10:39 +01:00
parent ab1df4d692
commit c3122072da
10 changed files with 39 additions and 25 deletions
+17 -7
View File
@@ -12,16 +12,26 @@ post {
body:json {
{
"event_id": 1,
"name": "test12",
"location": "blahhhhh",
"description": "blouuuuuuuuuuh",
"start": "2025-11-09 15:30:00",
"end": "2025-11-09 15:30:00",
"max_participants": 10
"event_id": "{{event_id}}",
"name": "{{name}}",
"location": "{{location}}",
"description": "{{description}}",
"start": "{{start}}",
"end": "{{end}}",
"max_participants": "{{max_participants}}"
}
}
vars:pre-request {
event_id: 1
name: Organisation plage
location: la rochelle
description: il faut organiser la sortie
start: 2025-01-15T13:45
end: 2025-03-15T13:00
max_participants: 5
}
settings {
encodeUrl: true
timeout: 0