---
title: "Update Exam Details"
method: POST
path: "/student-exams/{exam_id}/update-details"
tags: ["student-exams"]
---

# Update Exam Details

`POST /student-exams/{exam_id}/update-details`

Update basic exam details like title and time limit.

## Path parameters

- `exam_id` string, required

## Request body

- UpdateExamDetailsRequest
  - `exam_title` string, nullable
  - `time_limit` string, nullable

## Response `200`

Successful Response

- SimpleResponse
  - `status` string, required
  - `message` string, required

## 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)
