Raw Data

Resolve several validation issues at once

Apply a reviewer's answers to several findings in one request.

Every choice is validated before any is written, so an invalid option in the batch rejects the whole request rather than half-applying it. The response reports whether the file is now ready to retry.

patch/raw_data/{raw_data_id}/issues

Path parameters

raw_data_idstring required

Request body

resolutionsobject required

Chosen option id, keyed by issue id.

Response

Successful Response

resolvedinteger required

Findings updated.

ready_to_retryboolean required

True when no finding still blocks ingestion, so the file can be retried immediately.

Changes