Skip to main content
PUT
Update a specific datapoint

Authorizations

Authorization
string
header
required

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

Path Parameters

datapoint_id
string
required

ID of datapoint to update

Body

application/json

Request body for PUT /datapoints/{datapoint_id}

inputs
object
history
object[]
ground_truth
object
metadata
object
linked_event
string
linked_datasets
string[]
Minimum string length: 1

Response

Datapoint successfully updated

Response for PUT /datapoints/{datapoint_id}

updated
boolean
required
result
object
required