update
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Create Tournament
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/tournaments/
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "",
|
||||
"description": "",
|
||||
"images": "",
|
||||
"start_date": "",
|
||||
"end_date": "",
|
||||
"players_number": 0,
|
||||
"full_description": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user