---
title: "Accept Structured Subject"
method: POST
path: "/teacher-exams/{exam_id}/subjects/structured-accept"
tags: ["Teacher Exams Subjects"]
---

# Accept Structured Subject

`POST /teacher-exams/{exam_id}/subjects/structured-accept`

Accept the provided structured exercises and store them as the official exam exercises.
Creates a new version with the accepted exercises.

## Path parameters

- `exam_id` string, required

## Request body

- AcceptStructuredSubjectRequest
  - `exercises` object[], 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/86793aa823ea?raw)
