---
title: "Reprompt Structured To Structured"
method: PUT
path: "/teacher-exams/{exam_id}/subjects/reprompt-structured"
tags: ["Teacher Exams Subjects"]
---

# Reprompt Structured To Structured

`PUT /teacher-exams/{exam_id}/subjects/reprompt-structured`

Reprompt structured exercises into a new structured format.

## Path parameters

- `exam_id` string, required

## Request body

- RepromptSubjectRequest
  - `new_instructions` string, required
  - `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/c81ed506912f?raw)
