Skip to main content

Update the status of a build

Update the status of a specific build.

Path Parameters
id integer REQUIRED

The ID of the build to update.

Request Body REQUIRED
status string

The new status for the build. Possible values: pending, in_progress, failed, successful.

Responses
200

Build status updated 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.