Set an application's push-to-deploy setting
Applications API
Set an application's push-to-deploy setting
Turn push-to-deploy on or off for this application. Enabling records the build currently observed as every installation’s baseline, so switching it on is not itself a deploy: only a build newer than that one is rolled out.
PUT
Set an application's push-to-deploy setting
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
An application's push-to-deploy state: whether a successful build of the tracked branch redeploys it, and the newest build the platform observed on that branch.