update
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Add Court To Tournament
|
||||
type: http
|
||||
seq: 12
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/tournaments/:id/court
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"court_id": 0,
|
||||
"availability_start": "",
|
||||
"availability_end": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user