Set an application's automatic build fixing setting
Applications API
Set an application's automatic build fixing setting
Turn automatic build fixing off or back on for this application. The flag is read fresh on every failed build, so opting out needs no redeploy; turning it back on restores the default. A browser session twin is mounted at the same path without the /api/v1 prefix (cookie authentication plus the X-Ankra-CSRF double-submit header).
PUT
Set an application's automatic build fixing 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 automatic build fixing setting: whether a failed build of the tracked branch dispatches Ankra's fix-build lane without a click. On by default.