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_idstring
Possible values: Value must match regular expression [a-z]+
Example:
geyser
project_namestring
Example:
Geyser
versionstring
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
Example:
2.1.0
buildsint32[]
{
"project_id": "geyser",
"project_name": "Geyser",
"version": "2.1.0",
"builds": [
0
]
}