POST
/
repos
/
{repo_id}
/
merges
/
{merge_id}
/
blobs
/
{blob_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

blob_id
string
required

An ID of a BLOB

Query Parameters

resolve
boolean
default: false

Does this update resolve the conflict to the file, or only stores temporary changes?

path
string

Updates the path of the file with the value passed here. Can be used to resolve path conflicts.

mode
enum<integer>

Updates the file or tree mode with the given value. Can be used to resolve mode conflicts.

Body

application/octet-stream ยท file

The body is of type file.

Response

200 - application/json
id
string
version
string