---
title: "Duplicate Teacher Assignment"
method: POST
path: "/teacher/assignments/{assignment_id}/duplicate"
tags: ["teacher_assignments"]
---

# Duplicate Teacher Assignment

`POST /teacher/assignments/{assignment_id}/duplicate`

Duplicate a teacher assignment. Class is optional - if not provided, creates a draft copy.

## Path parameters

- `assignment_id` string, required

## Request body

- DuplicateAssignmentRequest
  - `class_id` string, nullable

## Response `200`

Successful Response

- RoutersExerciseAssignmentsBasicResponse
  - `status` string, required
  - `message` string, required
  - `assignment_id` string, nullable

## 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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
