24 lines
220 B
Plaintext
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": ""
|
|
}
|
|
}
|