获取某个版本的信息。
GET/v2/projects/:project/versions/:version
获取某个版本的信息。
Request
路径参数
project stringrequired
Possible values: Value must match regular expression [a-z]+
项目标识符。
Example: geyser
version stringrequired
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
项目的某个版本。
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
project_idstring
Possible values: Value must match regular expression [a-z]+
Example:
geyserproject_namestring
Example:
Geyserversionstring
Possible values: Value must match regular expression (?:latest|[0-9.]+-?(?:pre|SNAPSHOT)?(?:[0-9.]+)?)?
Example:
2.1.0buildsint32[]
{
"project_id": "geyser",
"project_name": "Geyser",
"version": "2.1.0",
"builds": [
0
]
}