26 lines
248 B
Plaintext
26 lines
248 B
Plaintext
meta {
|
|
name: Remove
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/gebox/package/version/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: remove
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key":1
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|