2020-07-13 08:14:47 +02:00
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- "File Download"
|
|
|
|
summary: 'Download a single cleaned file or zip archive containing multiple files'
|
|
|
|
consumes:
|
|
|
|
- "application/json"
|
|
|
|
produces:
|
|
|
|
- "*/*"
|
|
|
|
parameters:
|
|
|
|
- name: "key"
|
|
|
|
in: "path"
|
|
|
|
description: "A key generated for that resource"
|
|
|
|
required: true
|
|
|
|
type: "string"
|
|
|
|
- name: "secret"
|
|
|
|
in: "path"
|
|
|
|
description: "A secret generated for that resource"
|
|
|
|
required: true
|
|
|
|
type: "string"
|
|
|
|
- name: "filename"
|
|
|
|
in: "path"
|
|
|
|
description: "the filename of the cleaned file"
|
|
|
|
required: true
|
|
|
|
type: "string"
|
|
|
|
|
|
|
|
|
|
|
|
responses:
|
|
|
|
200:
|
2020-07-13 08:21:08 +02:00
|
|
|
description: ""
|
2020-07-13 08:14:47 +02:00
|
|
|
404:
|
2020-07-13 08:21:08 +02:00
|
|
|
description: "The filename, key or secret are wrong or the link is too old and the file has been deleted"
|