24 lines
233 B
Plaintext
24 lines
233 B
Plaintext
meta {
|
|
name: Detail
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/gebox/instance/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: detail
|
|
}
|
|
|
|
body:json {
|
|
{"key":1}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|