update
This commit is contained in:
15
tournme/collection/PadelTour API/Courts/Get Court By Id.bru
Normal file
15
tournme/collection/PadelTour API/Courts/Get Court By Id.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Get Court By Id
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/api/v1/courts/:id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
Reference in New Issue
Block a user