Raw Data

Resolve a validation issue

Accept or reject one finding.

Accepting stops the finding blocking ingestion (re-parsing unchanged data re-reports it, so it is not suppressed); rejecting abandons the file. Blocking findings cannot be resolved — the file could not be parsed, so no decision makes it usable.

patch/raw_data/{raw_data_id}/issues/{issue_id}

Path parameters

raw_data_idstring required
issue_idstring required

Request body

resolution'accept' | 'reject' | 'change_cell' required

The chosen option's id.

Response

Successful Response

idstring nullable

Row id once persisted; None for freshly parsed issues.

codestring required

Stable machine-readable code — an ionworks IssueCode value or an engine-specific code. Branch on this, never on title/detail.

severity'auto_fixed' | 'warning' | 'needs_input' | 'blocking' required

Whether this blocks ingestion and how it is displayed.

titlestring required

Plain-English title, no error codes.

detailstring

One-paragraph explanation.

payloadobject

Structured details: columns, observed values, row ranges.

fix_summarystring nullable

For auto_fixed issues: short description of what changed.

resolution'accept' | 'reject' | 'change_cell' nullable

Reviewer decision; None while unresolved.

resolved_bystring nullable

User who resolved it.

resolved_atstring date-time nullable

Resolution timestamp.

Changes

No recorded changes to this endpoint across all 1 revision of this API.