18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
meta {
|
|
name: Downloads a file from an old asset file URL, such as
|
|
```/api/v1/memoriai/memory/<memoryID>/media/cloud/<path>/<assetID>.<ext>```.
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/v1/memoriai/memory/:strMemoryID/media/cloud/:assetID
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strMemoryID:
|
|
assetID:
|
|
}
|