chore: regens API reference docs (#889)
diff --git a/docs/dyn/script_v1.projects.versions.html b/docs/dyn/script_v1.projects.versions.html
index ab3c13d..25a4b58 100644
--- a/docs/dyn/script_v1.projects.versions.html
+++ b/docs/dyn/script_v1.projects.versions.html
@@ -75,7 +75,7 @@
<h1><a href="script_v1.html">Apps Script API</a> . <a href="script_v1.projects.html">projects</a> . <a href="script_v1.projects.versions.html">versions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#create">create(scriptId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#create">create(scriptId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new immutable version using the current code, with a unique</p>
<p class="toc_element">
<code><a href="#get">get(scriptId, versionNumber, x__xgafv=None)</a></code></p>
@@ -88,13 +88,13 @@
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="create">create(scriptId, body, x__xgafv=None)</code>
+ <code class="details" id="create">create(scriptId, body=None, x__xgafv=None)</code>
<pre>Creates a new immutable version using the current code, with a unique
version number.
Args:
scriptId: string, The script project's Drive ID. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A resource representing a script project version. A version is a "snapshot"
@@ -102,8 +102,8 @@
# creating deployments, the version to use must be specified.
"versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
# created. This is system assigned number and is immutable once created.
- "description": "A String", # The description for this version.
"scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
"createTime": "A String", # When the version was created.
}
@@ -120,8 +120,8 @@
# creating deployments, the version to use must be specified.
"versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
# created. This is system assigned number and is immutable once created.
- "description": "A String", # The description for this version.
"scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
"createTime": "A String", # When the version was created.
}</pre>
</div>
@@ -146,8 +146,8 @@
# creating deployments, the version to use must be specified.
"versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
# created. This is system assigned number and is immutable once created.
- "description": "A String", # The description for this version.
"scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
"createTime": "A String", # When the version was created.
}</pre>
</div>
@@ -178,8 +178,8 @@
# creating deployments, the version to use must be specified.
"versionNumber": 42, # The incremental ID that is created by Apps Script when a version is
# created. This is system assigned number and is immutable once created.
- "description": "A String", # The description for this version.
"scriptId": "A String", # The script project's Drive ID.
+ "description": "A String", # The description for this version.
"createTime": "A String", # When the version was created.
},
],