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

# Update Exam Grade

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

## Path parameters

- `exam_id` string, required

## Request body

- UpdateExamGradeRequest
  - `grade` 'sixieme' | 'cinquieme' | 'quatrieme' | 'troisieme' | 'seconde' | 'premiere' | 'terminale' | 'prepa', nullable

## 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/d367d251945b?raw)
