24 lines
249 B
Plaintext
24 lines
249 B
Plaintext
meta {
|
|
name: Remove
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/highlight/:module/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
module: catalog
|
|
alder: remove
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"item":1,
|
|
"category":1
|
|
}
|
|
}
|