Creation table tasks
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
meta {
|
||||
name: create event task
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/api/events/task
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
X-XSRF-TOKEN:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"event_id": 1,
|
||||
"name": "test",
|
||||
"location": "location test",
|
||||
"description": "desc test",
|
||||
"start": "2025-11-09 15:30:00",
|
||||
"end": "2025-11-09 15:30:00",
|
||||
"max_participants": 10
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: tasks
|
||||
seq: 2
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user