correct some issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user