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

28 lines
305 B
Plaintext

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