PATCH
/
api
/
repos
/
{namespace}
/
{repo_name}
curl --request PATCH \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "namespace": "eac5244c-3136-11ee-be56-0242ac120002"
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required
Example:

"ox"

repo_name
string
required
Example:

"test-repo"

Body

application/json
namespace
string
Example:

"eac5244c-3136-11ee-be56-0242ac120002"