Skip to main content

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

OK

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[]
Loading...