Pause a Download
PUT/download-svc/download/:downloadId/pause
Pause a download that is currently in progress.
Requires the download-svc:download:edit
permission.
Request
Path Parameters
downloadId stringrequired
Download ID
Responses
- 200
- 400
- 401
- 500
Success response
- application/json
- Schema
- Example (from schema)
Schema
property name* any
{}
Invalid JSON
- application/json
- Schema
Schema
string
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...