casket/casket-bruno-collection/Download File.bru
2025-01-17 14:05:02 +01:00

16 lines
205 B
Plaintext

meta {
name: Download File
type: http
seq: 4
}
get {
url: http://localhost:3000/api/v1/user/test123/download?path=test/blub.txt
body: none
auth: none
}
params:query {
path: test/blub.txt
}