update
This commit is contained in:
21
tournme/new/api-collection/tournme-be/Courts/List Courts.bru
Normal file
21
tournme/new/api-collection/tournme-be/Courts/List Courts.bru
Normal file
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: List Courts
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/courts
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
params:query {
|
||||
~skip:
|
||||
~limit:
|
||||
~active_only:
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{token}}
|
||||
}
|
||||
Reference in New Issue
Block a user