Downloads the given file from a build's data.
GET/v2/projects/:project/versions/:version/builds/latest/downloads/:download
Downloads the given file from a build's data.
Request
Path Parameters
project stringrequired
Possible values: Value must match regular expression [a-z]+
The project identifier.
Example: geyser
version stringrequired
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
A version of the project.
download stringrequired
Possible values: Value must match regular expression [a-zA-Z0-9._-]+
A download of the build.
Responses
- 302
Found
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...