Skip to main content
POST
Fork a repository

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 to fork

repo_name
string
required

Name of the repository to fork

Body

application/json

Fork target details, including the new namespace and optional new repository name.

namespace
string
required
new_repo_name
string | null

Response

Fork initiated successfully

status
string
required
status_message
string
required
oxen_version
string | null