Put files' ids to temporary store for future zip download by public link and consume form
Заметка
[Since 2021.04]
Заметка
[Deprecated 2022.03]
Put files' ids to temporary store for future zip download by public link and consume form.
POST /api/v1/public/zip HTTP/1.1
- Request parameters
| Parameter | Description |
|---|---|
id | File id’s to be included to archive |
- Example request
curl 'http://localhost:8080/api/v1/public/zip' -i -X POST \
-H 'X-co-auth-token: 93eda1a8e5941cbe32b8b4548a317910' \
-d 'id=file1&id=file2&id=file3'
- Example response headers
HTTP/1.1 200 OK
X-co-request-id: 3576584d566e71655a37386864774c44
X-co-deprecated: true
Content-Type: application/json
Content-Length: 54
[ content of the response is skipped ]
- Example response
HTTP/1.1 200 OK
X-co-request-id: 3576584d566e71655a37386864774c44
X-co-deprecated: true
Content-Type: application/json
Content-Length: 54
{
"requestId": "6877335965563945564b41593955694a"
}