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_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[]