Skip to main content
POST
Resolve GitHub sync conflicts

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose GitHub sync this affects.

Response

How the resolution run ended.

Outcome of a server-initiated conflict-resolution run.

status
enum<string>
required

How the run ended. resolved published the resolution, apply_pending is still applying it, needs_input is waiting for an answer in the app's chat, conflict left the conflicts in place, and failed produced no outcome.

Available options:
resolved,
needs_input,
apply_pending,
conflict,
failed
Example:

"resolved"