Gets information about a project.
GET/v2/projects/:project
Gets information about a project.
Request
Path Parameters
project stringrequired
Possible values: Value must match regular expression [a-z]+
The project identifier.
Example: geyser
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
versions string[]
{
"project_id": "geyser",
"project_name": "Geyser",
"versions": [
"string"
]
}
Loading...