Skip to content

Commit 0d55422

Browse files
1 parent 5de68c5 commit 0d55422

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Classroom/Resource/Courses.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,13 @@ public function getGradingPeriodSettings($courseId, $optParams = [])
133133
* @opt_param string studentId Restricts returned courses to those having a
134134
* student with the specified identifier. The identifier can be one of the
135135
* following: * the numeric identifier for the user * the email address of the
136-
* user * the string literal `"me"`, indicating the requesting user
136+
* user * the string literal `"me"`, indicating the requesting user If
137+
* specified, `teacher_id` must be empty.
137138
* @opt_param string teacherId Restricts returned courses to those having a
138139
* teacher with the specified identifier. The identifier can be one of the
139140
* following: * the numeric identifier for the user * the email address of the
140-
* user * the string literal `"me"`, indicating the requesting user
141+
* user * the string literal `"me"`, indicating the requesting user If
142+
* specified, `student_id` must be empty.
141143
* @return ListCoursesResponse
142144
* @throws \Google\Service\Exception
143145
*/

0 commit comments

Comments
 (0)