---
title: "Create Sub Chapitre"
method: POST
path: "/admin/holiday-courses/chapitres/{chapitre_id}/subchapitres"
tags: ["Admin - Holiday Courses"]
---

# Create Sub Chapitre

`POST /admin/holiday-courses/chapitres/{chapitre_id}/subchapitres`

Create a new holiday course sub-chapitre for a specific chapitre.
Only accessible by admin users.

## Path parameters

- `chapitre_id` string, required — The ID of the holiday course chapitre

## Request body

- SubChapitreCreate — Request model for creating a holiday course sub-chapitre
  - `name` string, required
  - `description` string, nullable
  - `order` integer, nullable

## Response `200`

Successful Response

- SubChapitreResponse — Response model for holiday course sub-chapitre
  - `id` string, required
  - `name` string, required
  - `chapitre_id` string, required
  - `order` integer, required
  - `description` string, nullable
  - `course_content_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, 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/a5af9b3b34f7?raw)
