Skip to main content
PATCH
Patch Import Rows

Patch Import Rows

Apply corrections to individual cells in the import session. The backend revalidates the corrected rows and returns updated row data with the remaining error count. Use this to fix validation errors without re-uploading the file.
Corrections are applied cell-by-cell. Each correction targets one row and one column. You can send up to 10,000 corrections per request.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the import sessionExample: "11111111-1111-1111-1111-111111111111"

Body Parameters

array[object]
required
List of cell-level corrections (max 10,000)

Response

array[object]
The corrected rows after revalidation, each with row_index, data, and errors
integer
Total number of rows with errors remaining in the entire session after applying corrections

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: The import session does not exist or belongs to another organization

422 Unprocessable Entity

Cause: Invalid corrections format or missing required fields

Get Import Rows

View rows and identify errors

Delete Rows

Remove rows instead of fixing them

Submit Import

Submit once all errors are resolved