Skip to content

Commit

Permalink
chore: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Feb 13, 2025
1 parent 9dd1cc5 commit 0879fa7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions edx_exams/apps/api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,10 @@ class ExamAccessTokensView(ExamsAPIView):
View to create signed exam access tokens for a specific user and exam.
Given an exam_id and user (in request), this view will either grant access
as an exam access token or not grant access. Access is granted if there is an
existing exam attempt (must be started if no due date or prior to due date or
verified if past the due date.) or if the exam is past its due date.
as an exam access token or not grant access. Access is granted if the requesting
user is course staff, if there is an existing exam attempt (must be started if
no due date or prior to due date or verified if past the due date), or if the
exam is past its due date.
HTTP GET
Provides an Exam Access Token as a cookie if access is granted.
Expand Down

0 comments on commit 0879fa7

Please sign in to comment.