---
title: "Update Transcription Status"
method: PATCH
path: "/admin/transcription-tests/{image_id}/status"
tags: ["admin-transcription-tests"]
---

# Update Transcription Status

`PATCH /admin/transcription-tests/{image_id}/status`

## Path parameters

- `image_id` string, required

## Request body

- RoutersAdminTranscriptionTestsUpdateStatusRequest
  - `attempt_index` integer, required
  - `configuration` 'no_context' | 'content' | 'solution' | 'both', nullable
  - `attempt_type` 'initial' | 'corrected'
  - `status` 'correct' | 'incorrect' | 'new-content' | 'mistake-fix', 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/c407f3b5a05b/schema)
