Repository Merge Manipulation
Details of a specific merge in progress
GET
/
repos
/
{repo_id}
/
merges
/
{merge_id}
Authorizations
Authorization
string
headerrequiredThis API uses OAuth 2 with the implicit grant flow
Path Parameters
repo_id
string
requiredThe 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
requiredAn ID of a merge attempt
Response
200 - application/json
id
string
requiredrepo_id
string
requireduser
object
requiredUser details
base_ref
string
requiredbase_commit
string
requiredother_ref
string
requiredother_commit
string
requiredancestor_commit
string
requiredconflicts
object[]
required