GET
/
repos
/
{repo_id}
/
merges
/
{merge_id}

Authorizations

Authorization
string
headerrequired

This API uses OAuth 2 with the implicit grant flow

Path Parameters

repo_id
string
required

The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.

merge_id
string
required

An ID of a merge attempt

Response

200 - application/json
ancestor_commit
string
base_commit
string
base_ref
string
conflicts
object[]
id
string
is_open
boolean
other_branch
string
other_commit
string
repo_id
string
result_commit
string
user_id
string