costapy/bruno/GeBox/Package/Version/List.bru

24 lines
240 B
Plaintext
Raw Normal View History

2025-09-17 13:38:08 +07:00
meta {
name: List
type: http
seq: 2
}
post {
url: http://localhost:11000/api/gebox/package/version/:alder
body: json
auth: inherit
}
params:path {
alder: list
}
body:json {
{"package":1}
2025-09-17 13:38:08 +07:00
}
settings {
encodeUrl: true
}