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

28 lines
278 B
Plaintext

meta {
name: Edit
type: http
seq: 5
}
post {
url: http://localhost:11000/api/gebox/package/:alder
body: json
auth: inherit
}
params:path {
alder: edit
}
body:json {
{
"key":1,
"name":"My Package",
"desc":null
}
}
settings {
encodeUrl: true
}