backend_and_cms/One & All/sechedule/Edit Schedule.bru

25 lines
241 B
Plaintext

meta {
name: Edit Schedule
type: http
seq: 2
}
put {
url: {{baseUrl}}/api/v1/sechedule/:id
body: json
auth: none
}
params:path {
id:
}
body:json {
{
"title": "",
"info1": "",
"info2": "",
"date": ""
}
}