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

24 lines
240 B
Plaintext

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}
}
settings {
encodeUrl: true
}