costapy/bruno/Highlight/Category/Add.bru

25 lines
291 B
Plaintext
Raw Normal View History

2025-06-29 22:01:30 +07:00
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
}
}