Update Dataset Metadata
Update Dataset Metadata
PUT/api/2/auto_eval/dataset/update_metadata
Update metadata such as title and description
Request
- application/json
Body
id stringrequired
Dataset to update
name string
New dataset name
description string
New human-readable description of the dataset
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
{
"success": true
}
Loading...