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

29 lines
320 B
Plaintext

meta {
name: Edit
type: http
seq: 4
}
post {
url: http://localhost:11000/api/gebox/package/version/:alder
body: json
auth: inherit
}
params:path {
alder: edit
}
body:json {
{
"key":1,
"package":1,
"version":"v0.1",
"release":"2020-01-01 00:00:00"
}
}
settings {
encodeUrl: true
}