Files
playtomic-wrapper/tournme/collection/PadelTour API/Tournaments/Create Tournament Couple.bru
2026-01-31 13:49:56 +01:00

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": ""
}
}