Download a File
PUT/download-svc/download
Start a download for a specified URL.
Requires the download-svc:download:create
permission.
Request
- application/json
Body
required
Download Request
folderPath string
url string
Responses
- 200
- 400
- 401
- 500
Download initiated successfully
- application/json
- Schema
- Example (from schema)
Schema
property name* any
{}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...