backend_and_cms/One & All/course/Update Course.bru

27 lines
304 B
Plaintext

meta {
name: Update Course
type: http
seq: 4
}
put {
url: {{baseUrl}}/api/v1/course/:id
body: json
auth: none
}
params:path {
id:
}
body:json {
{
"title": "",
"sort_description": "",
"long_description": "",
"information": "",
"contant": "",
"remark": ""
}
}