---
title: "Log Holiday Time Spent"
method: POST
path: "/student/progress/holiday/log-time-spent"
tags: ["Student Progress"]
---

# Log Holiday Time Spent

`POST /student/progress/holiday/log-time-spent`

Log total time spent on a holiday course sub-chapitre for a student.

## Request body

- LogHolidayTimeSpentPayload — Payload for logging holiday course time spent.
  - `student_id` string, required
  - `course_id` string, required
  - `sub_chapitre_id` string, required
  - `total_time_spent_seconds` integer, required

## Response `200`

Successful Response

- unknown

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