17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
|
|
meta {
|
||
|
|
name: Downloads the cover file from an old cover asset URL, sucs as
|
||
|
|
```/api/v1/memoriai/memori/cover/<memoriID>```.
|
||
|
|
type: http
|
||
|
|
seq: 7
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{baseUrl}}/api/v1/memoriai/memori/cover/:strMemoriID
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strMemoriID:
|
||
|
|
}
|