Skip to content

Commit

Permalink
Add optional key "exam_link" to ProctorAPI class
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabinnadeem-10 committed Oct 14, 2024
1 parent d5ba09c commit 5249b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/shop/api/proctor/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def update_student_session(self, session_id: str, student_session: dict):
uri = f"/api/v2/student-session/{session_id}"
optional_keys = [
"exam_id",
"exam_link",
"exam_date_time",
"live_proctoring",
"mobile_camera",
Expand Down

0 comments on commit 5249b4f

Please sign in to comment.