feat(rooms): add learning analytics field to room update request
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m31s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m31s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user