Skip to main content
POST
Merge branches

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Namespace of the repository

repo_name
string
required

Name of the repository

base_head
string
required

The base and head revisions separated by '..'

Body

application/json

Author for the merge commit (the user initiating the merge). Required: name and email must both be present and non-empty.

email
string
required
name
string
required

Response

Branches merged successfully

status
string
required
status_message
string
required
commits
object
required
oxen_version
string | null