---
title: "Rename Exercise Session"
method: PATCH
path: "/exercise-sessions/{session_id}"
tags: ["exercise_sessions"]
---

# Rename Exercise Session

`PATCH /exercise-sessions/{session_id}`

Rename a self-created exercise session. Owner only.

## Path parameters

- `session_id` string, required

## Request body

- RenameExerciseSessionRequest
  - `title` string, required

## Response `200`

Successful Response

- RoutersExerciseSessionsBasicResponse
  - `status` string, required
  - `message` string, required
  - `data` object, nullable
  - `transcript` string, nullable
  - `url` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-05** `437cd8414e9e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/exercise-sessions/:session_id/patch.md)

---

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