chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/displayvideo_v1.partners.channels.sites.html b/docs/dyn/displayvideo_v1.partners.channels.sites.html
index db59f19..d625ce0 100644
--- a/docs/dyn/displayvideo_v1.partners.channels.sites.html
+++ b/docs/dyn/displayvideo_v1.partners.channels.sites.html
@@ -81,13 +81,13 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#create">create(partnerId, channelId, body=None, advertiserId=None, x__xgafv=None)</a></code></p>
+  <code><a href="#create">create(partnerId, channelId, advertiserId=None, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Creates a site in a channel.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(partnerId, channelId, urlOrAppId, advertiserId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes a site from a channel.</p>
 <p class="toc_element">
-  <code><a href="#list">list(partnerId, channelId, pageSize=None, advertiserId=None, pageToken=None, filter=None, orderBy=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(partnerId, channelId, advertiserId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists sites in a channel.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -104,18 +104,18 @@
     The object takes the form of:
 
 { # Request message for SiteService.BulkEditSites.
-    &quot;deletedSites&quot;: [ # The sites to delete in batch, specified as a list of site url_or_app_ids.
-      &quot;A String&quot;,
-    ],
-    &quot;createdSites&quot;: [ # The sites to create in batch, specified as a list of Sites.
-      { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
-      },
-    ],
-    &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that owns the parent channel.
-    &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the parent channel.
-  }
+  &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that owns the parent channel.
+  &quot;createdSites&quot;: [ # The sites to create in batch, specified as a list of Sites.
+    { # A single site. Sites are apps or websites belonging to a channel.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+      &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
+    },
+  ],
+  &quot;deletedSites&quot;: [ # The sites to delete in batch, specified as a list of site url_or_app_ids.
+    &quot;A String&quot;,
+  ],
+  &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that owns the parent channel.
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -126,13 +126,13 @@
   An object of the form:
 
     { # Response message for SiteService.BulkEditSites.
-    &quot;sites&quot;: [ # The list of sites that have been successfully created. This list will be absent if empty.
-      { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
-      },
-    ],
-  }</pre>
+  &quot;sites&quot;: [ # The list of sites that have been successfully created. This list will be absent if empty.
+    { # A single site. Sites are apps or websites belonging to a channel.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+      &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">
@@ -141,7 +141,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="create">create(partnerId, channelId, body=None, advertiserId=None, x__xgafv=None)</code>
+    <code class="details" id="create">create(partnerId, channelId, advertiserId=None, body=None, x__xgafv=None)</code>
   <pre>Creates a site in a channel.
 
 Args:
@@ -165,9 +165,9 @@
   An object of the form:
 
     { # A single site. Sites are apps or websites belonging to a channel.
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
-    &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
-  }</pre>
+  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+  &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
+}</pre>
 </div>
 
 <div class="method">
@@ -188,21 +188,21 @@
   An object of the form:
 
     { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
-  }</pre>
+}</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(partnerId, channelId, pageSize=None, advertiserId=None, pageToken=None, filter=None, orderBy=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(partnerId, channelId, advertiserId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists sites in a channel.
 
 Args:
   partnerId: string, The ID of the partner that owns the parent channel. (required)
   channelId: string, Required. The ID of the parent channel to which the requested sites belong. (required)
-  pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
   advertiserId: string, The ID of the advertiser that owns the parent channel.
-  pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListSites` method. If not specified, the first page of results will be returned.
   filter: string, Allows filtering by site fields. Supported syntax: * Filter expressions for site currently can only contain at most one * restriction. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)`. * Supported fields: - `urlOrAppId` Examples: * All sites for which the URL or app ID contains &quot;google&quot;: `urlOrAppId : &quot;google&quot;`
   orderBy: string, Field by which to sort the list. Acceptable values are: * `urlOrAppId` (default) The default sorting order is ascending. To specify descending order for a field, a suffix &quot; desc&quot; should be added to the field name. Example: `urlOrAppId desc`.
+  pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified.
+  pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListSites` method. If not specified, the first page of results will be returned.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -212,14 +212,14 @@
   An object of the form:
 
     { # Response message for SiteService.ListSites.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListSites` method to retrieve the next page of results.
-    &quot;sites&quot;: [ # The list of sites. This list will be absent if empty.
-      { # A single site. Sites are apps or websites belonging to a channel.
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
-        &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
-      },
-    ],
-  }</pre>
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListSites` method to retrieve the next page of results.
+  &quot;sites&quot;: [ # The list of sites. This list will be absent if empty.
+    { # A single site. Sites are apps or websites belonging to a channel.
+      &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the site.
+      &quot;urlOrAppId&quot;: &quot;A String&quot;, # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
+    },
+  ],
+}</pre>
 </div>
 
 <div class="method">