Create a new build

post/v0/builds

Request body

projectstring required

Project name

branchstring

Optional branch to use. If not specified, defaults to "main". When using a branch name or merge command as revision, this must match or be omitted.

targetsTarget[]

Optional list of SDK targets to build. If not specified, all configured targets will be built.

commit_messagestring

Optional commit message to use when creating a new commit.

allow_emptyboolean

Whether to allow empty commits (no changes). Defaults to false.

Response

success

object'build' required
idstring required
projectstring required
orgstring required
config_commitstring required

Changes