Download a software asset
GET/api/v1/assets/:software/:version/:file
Download a software asset
Request
Path Parameters
software stringrequired
version stringrequired
file stringrequired
Responses
- 307
- 400
- 500
Temporary Redirect
Bad Request
- 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...