chore: regens API reference docs (#889)
diff --git a/docs/dyn/script_v1.projects.deployments.html b/docs/dyn/script_v1.projects.deployments.html
index f9bdf6e..7312993 100644
--- a/docs/dyn/script_v1.projects.deployments.html
+++ b/docs/dyn/script_v1.projects.deployments.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.deployments.html">deployments</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 deployment of an Apps Script project.</p>
<p class="toc_element">
<code><a href="#delete">delete(scriptId, deploymentId, x__xgafv=None)</a></code></p>
@@ -90,16 +90,16 @@
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#update">update(scriptId, deploymentId, body, x__xgafv=None)</a></code></p>
+ <code><a href="#update">update(scriptId, deploymentId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a deployment of an Apps Script project.</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 deployment of an Apps Script project.
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:
{ # Metadata the defines how a deployment is configured.
@@ -124,8 +124,8 @@
"webApp": { # A web application entry point. # An entry point specification for web apps.
"url": "A String", # The URL for the web application.
"entryPointConfig": { # Web app entry point configuration. # The entry point's configuration.
- "access": "A String", # Who has permission to run the web app.
"executeAs": "A String", # Who to execute the web app as.
+ "access": "A String", # Who has permission to run the web app.
},
},
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -203,8 +203,8 @@
"webApp": { # A web application entry point. # An entry point specification for web apps.
"url": "A String", # The URL for the web application.
"entryPointConfig": { # Web app entry point configuration. # The entry point's configuration.
- "access": "A String", # Who has permission to run the web app.
"executeAs": "A String", # Who to execute the web app as.
+ "access": "A String", # Who has permission to run the web app.
},
},
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -261,8 +261,8 @@
"webApp": { # A web application entry point. # An entry point specification for web apps.
"url": "A String", # The URL for the web application.
"entryPointConfig": { # Web app entry point configuration. # The entry point's configuration.
- "access": "A String", # Who has permission to run the web app.
"executeAs": "A String", # Who to execute the web app as.
+ "access": "A String", # Who has permission to run the web app.
},
},
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.
@@ -308,13 +308,13 @@
</div>
<div class="method">
- <code class="details" id="update">update(scriptId, deploymentId, body, x__xgafv=None)</code>
+ <code class="details" id="update">update(scriptId, deploymentId, body=None, x__xgafv=None)</code>
<pre>Updates a deployment of an Apps Script project.
Args:
scriptId: string, The script project's Drive ID. (required)
deploymentId: string, The deployment ID for this deployment. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # Request with deployment information to update an existing deployment.
@@ -341,8 +341,8 @@
"webApp": { # A web application entry point. # An entry point specification for web apps.
"url": "A String", # The URL for the web application.
"entryPointConfig": { # Web app entry point configuration. # The entry point's configuration.
- "access": "A String", # Who has permission to run the web app.
"executeAs": "A String", # Who to execute the web app as.
+ "access": "A String", # Who has permission to run the web app.
},
},
"executionApi": { # An API executable entry point. # An entry point specification for Apps Script API execution calls.