Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/Classroom/Resource/Courses.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ public function getGradingPeriodSettings($courseId, $optParams = [])
* @opt_param string studentId Restricts returned courses to those having a
* student with the specified identifier. The identifier can be one of the
* following: * the numeric identifier for the user * the email address of the
* user * the string literal `"me"`, indicating the requesting user
* user * the string literal `"me"`, indicating the requesting user If
* specified, `teacher_id` must be empty.
* @opt_param string teacherId Restricts returned courses to those having a
* teacher with the specified identifier. The identifier can be one of the
* following: * the numeric identifier for the user * the email address of the
* user * the string literal `"me"`, indicating the requesting user
* user * the string literal `"me"`, indicating the requesting user If
* specified, `student_id` must be empty.
* @return ListCoursesResponse
* @throws \Google\Service\Exception
*/
Expand Down
Loading