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
Response
Row updated