v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-02251756.0 KB

Creates two comparable builds

Create two builds whose outputs can be directly compared with each other.

Created builds modify their project branches so that their latest sets of config files point to the ones specified by the input revision.

This endpoint is useful because a build has more inputs than the set of config files it uses, so comparing two builds directly may return spurious differences. Builds made via this endpoint are guaranteed to have differences arising from the set of config files, and any custom code.

post/v0/builds/compare

Request body

projectstring required

Project name

targetsTarget[]

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

Response

success