Datasets

Update a dataset

PATCH
/v1/datasets/
id
curl --request PATCH \
  --url https://api.lunary.ai/v1/datasets/{id} \
  --header 'Authorization: Bearer <api_key>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Parameters

NameLocated InRequiredSchema
idpathYesstring

Request Body

PropertyTypeDescription
slugstring

Responses

200

Updated dataset

PropertyTypeDescription
idstring
slugstring
formatstring
ownerIdstring
projectIdstring

Questions? We're here to help.

Email