PUT
/
v2
/
datasets
/
{dataset_id}
/
content
curl --request PUT \
  --url https://api.galileo.ai/v2/datasets/{dataset_id}/content \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "rollback_version": 123
}'
"<any>"

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

dataset_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.