Skip to main content
POST
Fix a branch's demo build

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

application_id
string
required

Body

application/json
branch
string
required

The branch whose demo build is missing; required (an empty branch is a 400).

Response

Successful Response

The fix-build answer: the deterministic actions taken, whether the build is already resolved or building, and the dispatched mission agent when one was needed.

actions_taken
string[]
required
agent_task
object | null
required

Points the caller at the dispatched mission agent task; the run and transcript appear on the agent detail page once the scheduler picks the task up.

building
boolean
required
resolved
boolean
required
summary
string
required