24 lines
309 B
Plaintext
24 lines
309 B
Plaintext
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": ""
|
|
}
|
|
}
|