bruno/memori-backend/Asset/Downloads a file from an Asset object.bru
2025-03-26 16:08:31 +02:00

17 lines
222 B
Plaintext

meta {
name: Downloads a file from an Asset object.
type: http
seq: 9
}
get {
url: {{baseUrl}}/api/v2/Asset/:fileName/:memoriSessionID
body: none
auth: none
}
params:path {
fileName:
memoriSessionID:
}