---
title: "Move Assignment To Folder"
method: PUT
path: "/teacher/assignments/{assignment_id}/move"
tags: ["teacher_assignments"]
---

# Move Assignment To Folder

`PUT /teacher/assignments/{assignment_id}/move`

Move an assignment to a folder or to root.

## Path parameters

- `assignment_id` string, required

## Request body

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