Skip to main content

Update Dataset Row

Update Dataset Row

PUT 

/api/2/auto_eval/dataset/update_row

Update a row in a dataset

Request

Body

    id stringrequired

    The dataset containing the row to update

    rowId stringrequired

    The specific row to update, by ID

    fieldUpdates

    object

    required

    The new values to set for specific fields

    property name*

    object

    Ordered row values with length always equal to num_rows on the corresponding view.

    property name* any

    Ordered row values with length always equal to num_rows on the corresponding view.

    datasetVersionKey stringrequired

    The version key of the dataset to update

Responses

Successful operation

Schema

    rowId stringrequired

    The updated row's ID

    datasetVersionKey stringrequired

    Version key of the dataset after the update

Loading...