feat(rooms): add learning analytics field to room update request
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m31s

This commit is contained in:
2026-03-13 10:09:11 +01:00
parent 7ef173c49e
commit 41ad3e037a

View File

@@ -243,6 +243,7 @@ router.put('/:uid', authenticateToken, async (req, res) => {
record_meeting,
guest_access,
moderator_code,
learning_analytics,
} = req.body;
// M12: field length limits (same as create)