---
title: "Update Exam Title"
method: PUT
path: "/teacher-exams/{exam_id}/title"
tags: ["Teacher Exams"]
---

# Update Exam Title

`PUT /teacher-exams/{exam_id}/title`

Update the title of an exam by creating a new version.

## Path parameters

- `exam_id` string, required

## Request body

- UpdateExamTitleRequest
  - `exam_subject_title` string, required

## Response `200`

Successful Response

- object

## 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.dev/excellence-ai/apis/excellence-learning/revisions/05e048df94c6?raw)
