update
This commit is contained in:
23
tournme/collection/PadelTour API/Courts/Update Court.bru
Normal file
23
tournme/collection/PadelTour API/Courts/Update Court.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Update Court
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/api/v1/courts/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"id": 0,
|
||||
"name": "",
|
||||
"images": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user