---
title: "Override Hallucination Result"
method: PATCH
path: "/v1/evaluation/{evaluation_id}/hallucination"
tags: ["Human Edits"]
---

# Override Hallucination Result

`PATCH /v1/evaluation/{evaluation_id}/hallucination`

Override the hallucination verdict + reasoning on the `hallucination` metric_results row.

## Path parameters

- `evaluation_id` string, required

## Headers

- `X-API-Key` string, required

## Request body

- OverrideHallucinationRequest
  - `hallucination` boolean, required — The manually overridden hallucination verdict
  - `hallucination_reasoning` string, nullable — The manually provided reasoning for the hallucination override
  - `override_reason_code` string, required — Structured reason for the override (one of VALID_OVERRIDE_REASON_CODES)
  - `override_notes` string, nullable — Freeform notes from the reviewer

## Response `200`

Successful Response

- HumanEditResponse
  - `status` string — Status of the response
  - `message` string, nullable — Optional message providing additional information

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
