costapy/bruno/Highlight/Category/Add.bru

25 lines
291 B
Plaintext

meta {
name: Add
type: http
seq: 1
}
post {
url: http://localhost:11000/api/highlight/category/:alder
body: json
auth: inherit
}
params:path {
alder: add
}
body:json {
{
"title":"For your starter",
"desc":null,
"background":null,
"illustration":null
}
}