v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
felix
datasets

Update Dataset Rows

Update specific rows in a dataset without re-uploading the entire dataset.

This is more efficient than creating a new version for small edits. Only the specified rows are modified; all other rows remain unchanged.

Args: name: Dataset name. version: Version number to update (use "latest" for most recent). request: List of row updates with row_index and changes.

Returns: DatasetRowsUpdateResponse with update status.

patch/felix/datasets/{name}/{version}/rows

Path parameters

namestring required
versionstring required

Request body

Response

Successful Response

successboolean
dataset_namestring required
versionstring required
rows_updatedinteger required
new_versionstring nullable

New version number if a new version was created

validation_warningsstring[] nullable