v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Datasets

Update a dataset row

Partially updates a single row. Only the cells you send are changed; omitted cells keep their current value. Use this to fill in an expectedOutput (or any other cell) after rows were imported. Bumps the dataset version.

patch/v1/projects/{projectSlug}/datasets/{datasetSlug}/rows/{rowId}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

datasetSlugstring required

Dataset slug (human-readable identifier within the project).

Dataset slug (human-readable identifier within the project).

rowIdstring required

Stable row identifier (from listDatasetRows).

Stable row identifier (from listDatasetRows).

Request body

customobject

Custom column values to set, keyed by column identifier. Merged onto the row's existing custom values — columns you omit are left unchanged. Unknown or removed columns are rejected.

Response

Row updated

versionIdstring required

New dataset version id.

versioninteger required

New dataset version number.