Put files' ids to temporary store for future zip download by public link and consume form
Заметка
[Since 2021.04]
Put files' ids to temporary store for future zip download by public link and consume form.
POST /api/v1/public/zipForm 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/zipForm' -i -X POST \
-H 'X-co-auth-token: 2d4c9e003746e8ab7817397784972488' \
-d 'id=file1&id=file2&id=file3'
- Example response headers
HTTP/1.1 200 OK
X-co-request-id: 32594e763136726565566d65484d6c77
Content-Type: application/json
Content-Length: 54
[ content of the response is skipped ]
- Example response
HTTP/1.1 200 OK
X-co-request-id: 32594e763136726565566d65484d6c77
Content-Type: application/json
Content-Length: 54
{
"requestId" : "6744374d564567466e466e6735533879"
}