Skip to main content

Gets information related to a specific build.

GET 

/v2/projects/:project/versions/:version/builds/latest

Gets information related to a specific build.

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

Found

Schema

    object

Loading...