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_idstring
Possible values: Value must match regular expression [a-z]+
Example:
geyser
project_namestring
Example:
Geyser
versionsstring[]
{
"project_id": "geyser",
"project_name": "Geyser",
"versions": [
"string"
]
}