---
title: "Update Homework Title Route"
method: PUT
path: "/homework-helper/{teacher_exercise_id}/title"
tags: ["Homework Helper"]
---

# Update Homework Title Route

`PUT /homework-helper/{teacher_exercise_id}/title`

## Path parameters

- `teacher_exercise_id` string, required

## Request body

- UpdateTitleRequest
  - `title` string, required

## Response `200`

Successful Response

- HomeworkHelperSummary
  - `session_id` string, required
  - `teacher_exercise_id` string, nullable, required
  - `title` string, required
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required
  - `solution_status` 'pending' | 'ready', required
  - `subject` 'maths' | 'physique-chimie'

## 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)
