Gets information about a version.
GET/v2/projects/:project/versions/:version
Gets information about a version.
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.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
project_id string
Possible values: Value must match regular expression [a-z]+
project_name string
version string
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
builds int32[]
{
"project_id": "geyser",
"project_name": "Geyser",
"version": "2.1.0",
"builds": [
0
]
}
Loading...