POST
/
api
/
repos
/
{namespace}
/
{repo_name}
/
data_frame
/
index
/
{resource}
curl --request POST \
  --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/data_frame/index/{resource} \
  --header 'Authorization: Bearer <token>'
{
  "oxen_version": "0.15.1",
  "status": "success",
  "status_message": "resource_updated"
}

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:

"bb4"

repo_name
string
required
Example:

"newaffer"

resource
string
required
Example:

"main/train_100M/childes.train.parquet"

Response

200
application/json
Success
oxen_version
string
Example:

"0.15.1"

status
string
Example:

"success"

status_message
string
Example:

"resource_updated"