costapy/bruno/Highlight/Category/Remove.bru

20 lines
204 B
Plaintext

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