Skip to main content

Gets all available builds for a project's version.

GET 

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

Gets all available builds for a project's 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

    object[]

  • Array [

  • build int32

    Possible values: Value must match regular expression \d+

    time date-time
    channel string

    Possible values: [default, experimental]

    promoted boolean

    changes

    object[]

  • Array [

  • commit string
    summary string
    message string
  • ]

  • downloads

    object

    property name*

    Download

    name string

    Possible values: Value must match regular expression [a-z0-9._-]+

    sha256 string

    Possible values: Value must match regular expression [a-f0-9]{64}

  • ]

Loading...