2 weeks ago
LMS API Updates - April 5, 2026
Highlights
- 🗑️ Breaking Change: `create-course` Action Removed: The
POST /lms/coursesendpoint for creating a single course has been removed. Please update your implementation to use thePOST /lms/courses/bulk-upsertendpoint for all course creation and update operations.
Other Updates
- 🔎 Course Progressions: You can now filter course progressions by
course_idson theGET /lms/course-progressionsendpoint, making it easier to fetch progress for specific courses. - ⚡️ Udemy: We've made our Udemy integration more resilient to transient API errors by implementing a more aggressive retry strategy.