Skip to main content
POST
Merge workspace into branch

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

workspace_id
string
required

ID of the workspace

branch
string
required

Target branch name to commit to

Body

application/json

Commit details for the workspace merge.

NewCommitBody is used to parse the json into a Commit from the API

author
string
required
email
string
required
message
string
required

Response

Workspace committed successfully

status
string
required
status_message
string
required
commit
object
required
Example:
oxen_version
string | null