Skip to main content
PUT
Update a dataset (deprecated)

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for PUT /datasets (deprecated — use PUT /datasets/{dataset_id})

dataset_id
string
required

Unique identifier of the dataset to update

Minimum string length: 1
name
string

New dataset name

Maximum string length: 200
description
string

New dataset description

datapoints
string[]

Updated list of datapoint IDs

Minimum string length: 1

Response

200 - application/json

Successful update

Response for PUT /datasets

result
object
required