24 lines
267 B
Plaintext
24 lines
267 B
Plaintext
meta {
|
|
name: Create Tournament Couple
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/tournaments/:id/couple
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
id:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"first_player_id": 0,
|
|
"second_player_id": 0,
|
|
"name": ""
|
|
}
|
|
}
|