Reject Diff
Reject a pending schema graph diff to flag an ontology change as incorrect or unwanted. Sets review_status to rejected for audit. Requires write scope.
Reject a schema graph diff to flag the structural change between two class versions as incorrect or unwanted. Rejection sets the diff's review_status to rejected and records who decided and when, so noisy or wrong field discoveries stay visible in the audit history as disputed changes.
Like approval, rejection is a review verdict, not a structural rollback: the versions the diff connects remain readable in the class's history. Use rejection to mark discoveries you consider extraction noise, for example a spurious field that appeared from a mis-OCRed batch, so the record shows the change was reviewed and disputed.
/v1/schema-graph/diffs/{id}/rejectcurl
Response
Response fields
Response
{
"id": "diff-uuid-1",
"review_status": "rejected"
}Errors
Error responses
review_status: "rejected" when listing diffs, so the audit trail always shows which ontology changes a reviewer disputed.