Patch Import Rows
Patch Import Rows
Apply row-level corrections and revalidate corrected rows
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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the import sessionExample:
"11111111-1111-1111-1111-111111111111"Body Parameters
List of cell-level corrections (max 10,000)
Response
The corrected rows after revalidation, each with
row_index, data, and errorsTotal 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 key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The import session does not exist or belongs to another organization422 Unprocessable Entity
Cause: Invalid corrections format or missing required fieldsRelated Endpoints
Get Import Rows
View rows and identify errors
Delete Rows
Remove rows instead of fixing them
Submit Import
Submit once all errors are resolved

