30 lines
352 B
Plaintext
30 lines
352 B
Plaintext
meta {
|
|
name: Edit
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:11000/api/gebox/instance/:alder
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
params:path {
|
|
alder: edit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key":1,
|
|
"instance":"DAP Personal Website",
|
|
"domain":"ditaajipratama.net",
|
|
"product":1,
|
|
"status":"pending"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|