docs: update generated docs (#981)

diff --git a/docs/dyn/classroom_v1.courses.aliases.html b/docs/dyn/classroom_v1.courses.aliases.html
index b5286b1..82da446 100644
--- a/docs/dyn/classroom_v1.courses.aliases.html
+++ b/docs/dyn/classroom_v1.courses.aliases.html
@@ -81,7 +81,7 @@
   <code><a href="#delete">delete(courseId, alias, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes an alias of a course.</p>
 <p class="toc_element">
-  <code><a href="#list">list(courseId, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(courseId, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Returns a list of aliases for a course.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -207,7 +207,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(courseId, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(courseId, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Returns a list of aliases for a course.
 
 This method returns the following error codes:
@@ -220,6 +220,10 @@
   courseId: string, The identifier of the course.
 This identifier can be either the Classroom-assigned identifier or an
 alias. (required)
+  pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the
+server may assign a maximum.
+
+The server may return fewer than the specified number of results.
   pageToken: string, nextPageToken
 value returned from a previous
 list call,
@@ -227,10 +231,6 @@
 
 The list request
 must be otherwise identical to the one that resulted in this token.
-  pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the
-server may assign a maximum.
-
-The server may return fewer than the specified number of results.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format