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

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
}