update
This commit is contained in:
30
tournme/collection/PadelTour API/Players/Update Player.bru
Normal file
30
tournme/collection/PadelTour API/Players/Update Player.bru
Normal file
@@ -0,0 +1,30 @@
|
||||
meta {
|
||||
name: Update Player
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/api/v1/players/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "",
|
||||
"gender": "",
|
||||
"surname": "",
|
||||
"nickname": "",
|
||||
"id": 0,
|
||||
"number": "",
|
||||
"email": "",
|
||||
"picture": "",
|
||||
"playtomic_id": "",
|
||||
"level": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user