Update the status of a build
Update the status of a specific build.
Path Parameters |
---|
id integer — REQUIREDThe ID of the build to update. |
Request Body — REQUIRED |
---|
status stringThe new status for the build. Possible values: pending, in_progress, failed, successful. |
Responses | ||||
---|---|---|---|---|
200 Build status updated successfully.
|