---
title: "Update Ground Truth"
method: PATCH
path: "/admin/transcription-tests/{image_id}/ground-truth"
tags: ["admin-transcription-tests"]
---

# Update Ground Truth

`PATCH /admin/transcription-tests/{image_id}/ground-truth`

## Path parameters

- `image_id` string, required

## Request body

- UpdateGroundTruthRequest
  - `ground_truth` string, nullable

## Response `200`

Successful Response

- TranscriptionTestImage
  - `_id` string
  - `image_url` string, required
  - `dataset` string
  - `attempts_by_config` object
  - `corrected_attempts_by_config` object
  - `user_id` string, nullable
  - `exercise_id` string, nullable
  - `exercise_content` string, nullable
  - `exercise_solution` string, nullable
  - `ground_truth` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
