29 lines
398 B
Plaintext
29 lines
398 B
Plaintext
meta {
|
|
name: create event task
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/events/task
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|