costapy/bruno/GeBox/Instance/Edit.bru
2025-09-17 13:38:08 +07:00

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
}