Admin - Holiday Courses
Update Course Structure
Update the entire course structure by replacing the units array.
This endpoint allows admins to:
- Reorder units within a course
- Modify unit titles, summaries, types, and content
- Add or remove units
- Update the complete course structure in a single operation
The endpoint validates that the course is a holiday_workbook type to ensure admins are only structurally editing these types of courses.
Only accessible by admin users.
put/admin/holiday-courses/courses/{course_id}/structure
Path parameters
course_idstring required
The ID of the course to update
The ID of the course to update
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 3 revisions of this API.