Skip to main content

Create a build for an application

Create a new build for an application with the provided details.

Request Body REQUIRED
application_id integer

The ID of the application for which to create a build.

commit object
id string

The ID of the commit.

permalink string

The permalink to the commit.

description string

A description of the build.

branch string

The branch name for the build.

Responses
200

Build created successfully.

Schema OPTIONAL
id integer OPTIONAL

The unique ID of the build.

status string OPTIONAL

The status of the build (pending, in_progress, failed, successful).

application_id integer OPTIONAL

The ID of the application associated with the build.