---
title: "Update Assignment Title"
method: PUT
path: "/teacher/assignments/{assignment_id}/title"
tags: ["teacher_assignments"]
---

# Update Assignment Title

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

Update the title of an assignment - follows exact teacher exam pattern.

## Path parameters

- `assignment_id` string, required

## Request body

- UpdateAssignmentTitleRequest
  - `title` string, required

## Response `200`

Successful Response

- UpdateTitleResponse
  - `status` string
  - `title` string, required

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