Admin - Holiday Courses
Download Classe Exercises
Download all exercises for a holiday course classe as a Markdown file.
This endpoint aggregates all exercises from all chapters and sub-chapters of the specified classe and returns them as a downloadable Markdown file.
Args: classe_id: The ID of the holiday course classe admin: Current admin user (authentication required) db: Database connection
Returns: StreamingResponse: Markdown file containing all exercises
Raises: HTTPException: If classe not found or other errors occur
get/admin/holiday-courses/classes/{classe_id}/download-exercises
Path parameters
classe_idstring required
The ID of the holiday course classe
The ID of the holiday course classe
Response
Successful Response