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

# Override Goal Result

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

Override goal_success + reasoning on the `success` metric_results row.

## Path parameters

- `evaluation_id` string, required

## Headers

- `X-API-Key` string, required

## Request body

- OverrideGoalRequest
  - `goal_success` boolean, required — The manually overridden goal success value
  - `goal_reasoning` string, nullable — The manually provided reasoning for the goal 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)
