GET Get list of builds
/integrations/builds/ Get list of builds
POST Add new build
/integrations/builds/ Add new build
GET Get build by ID
/integrations/builds/:buildId Get build by ID
PUT Update build
/integrations/builds/:buildId Update build
DELETE Delete build
/integrations/builds/:buildId Delete build
POST Add new build file (for edge runners)
/integrations/builds/:buildId/edge/file Add new build file (for edge runners)
PUT Update build attachment file
/integrations/builds/:buildId/files/:fileId Update build attachment file
DELETE Delete build file
/integrations/builds/:buildId/files/:fileId Delete build file
POST Add new build (for edge runners)
/integrations/builds/edge/build Add new build (for edge runners)
GET Prepare new build (for edge runners)
/integrations/builds/edge/prepare Prepare new build (for edge runners)