Skip to main content
PUT
Set Active Build
Promote an existing build to be the app’s active build.

Path parameters

integer
required
App ID.
integer
required
The build to promote. Must belong to the app.
No request body.
Returns { message, app } with app.current_build set to the promoted build. 404 if the app or build is not in your account.