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

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