Files
playtomic-wrapper/tournme/collection/PadelTour API/Courts/Update Court.bru
2026-01-31 13:49:56 +01:00

24 lines
220 B
Plaintext

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": ""
}
}