Skip to main content
PATCH
/
api
/
v1
/
datasets
/
{dataset_id}
Update dataset metadata
curl --request PATCH \
  --url https://api.example.com/api/v1/datasets/{dataset_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dataset_name": "<string>"
}
'
{
  "dataset_id": "<string>",
  "dataset_name": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

dataset_id
string
required

Body

application/json

Request body for updating dataset metadata.

dataset_name
string
required

New display name for the dataset

Required string length: 1 - 255

Response

Successful Response

Response after updating dataset.

dataset_id
string
required

Dataset ID that was updated

dataset_name
string
required

New dataset name

updated_at
string
required

ISO timestamp of update