costapy/bruno/Highlight/Category/Detail.bru

20 lines
204 B
Plaintext

meta {
name: Detail
type: http
seq: 3
}
post {
url: http://localhost:11000/api/highlight/category/:alder
body: json
auth: inherit
}
params:path {
alder: detail
}
body:json {
{"id":1}
}