Skip to main content
PUT
Set the metadata on a data frame's schema itself — the file-level counterpart to the per-column metadata endpoint. Staged into the workspace, so no commit is required.

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 or name of the workspace

path
string
required

Path to the data frame within the repository

Body

text/plain

The metadata to store on the schema, under a metadata key. The _oxen key is reserved for metadata oxen itself interprets.

The body is of type string.

Response

Schema metadata updated

status
string
required
status_message
string
required
oxen_version
string | null