File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments