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

# Update Exam Instructions

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

Update the custom grading instructions for an exam.

## Path parameters

- `exam_id` string, required

## Request body

- UpdateInstructionsRequest
  - `custom_instructions` 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/2a0c1636fd3b?raw)
