Skip to main content
PUT
/
api
/
repos
/
{namespace}
/
{repo_name}
/
metadata
/
{resource}
Update metadata
curl --request PUT \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/metadata/{resource} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "status_message": "<string>",
  "oxen_version": "<string>"
}

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

resource
string
required

Path to the file (including version to update)

Response

Metadata updated

status
string
required
status_message
string
required
oxen_version
string | null