PUT
/
datasets

Authorizations

Authorization
string
header
required

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

Body

application/json
dataset_id
string
required

The unique identifier of the dataset being updated

datapoints
string[]

Updated list of datapoint ids for the dataset - note the full list is needed

description
string

Updated description for the dataset

linked_evals
string[]

Updated list of unique evaluation run ids to be associated with this dataset

metadata
object

Updated metadata to track for the dataset

name
string

Updated name for the dataset