docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/script_v1.scripts.html b/docs/dyn/script_v1.scripts.html
index 1033fb3..0a0b4a7 100644
--- a/docs/dyn/script_v1.scripts.html
+++ b/docs/dyn/script_v1.scripts.html
@@ -105,31 +105,31 @@
 { # A request to run the function in a script. The script is identified by the
       # specified `script_id`. Executing a function on a script returns results
       # based on the implementation of the script.
-    "function": "A String", # The name of the function to execute in the given script. The name does not
+    &quot;function&quot;: &quot;A String&quot;, # The name of the function to execute in the given script. The name does not
         # include parentheses or parameters. It can reference a function in an
         # included library such as `Library.libFunction1`.
-    "sessionState": "A String", # &lt;b&gt;Deprecated&lt;/b&gt;. For use with Android add-ons only. An ID that represents
-        # the user's current session in the Android app for Google Docs or Sheets,
+    &quot;sessionState&quot;: &quot;A String&quot;, # &lt;b&gt;Deprecated&lt;/b&gt;. For use with Android add-ons only. An ID that represents
+        # the user&#x27;s current session in the Android app for Google Docs or Sheets,
         # included as extra data in the
         # [Intent](https://developer.android.com/guide/components/intents-filters.html)
         # that launches the add-on. When an Android add-on is run with a session
         # state, it gains the privileges of a
         # [bound](https://developers.google.com/apps-script/guides/bound)
-        # script&amp;mdash;that is, it can access information like the user's current
+        # script&amp;mdash;that is, it can access information like the user&#x27;s current
         # cursor position (in Docs) or selected cell (in Sheets). To retrieve the
         # state, call
-        # `Intent.getStringExtra("com.google.android.apps.docs.addons.SessionState")`.
+        # `Intent.getStringExtra(&quot;com.google.android.apps.docs.addons.SessionState&quot;)`.
         # Optional.
-    "parameters": [ # The parameters to be passed to the function being executed. The object type
+    &quot;devMode&quot;: True or False, # If `true` and the user is an owner of the script, the script runs at the
+        # most recently saved version rather than the version deployed for use with
+        # the Apps Script API. Optional; default is `false`.
+    &quot;parameters&quot;: [ # The parameters to be passed to the function being executed. The object type
         # for each parameter should match the expected type in Apps Script.
         # Parameters cannot be Apps Script-specific object types (such as a
         # `Document` or a `Calendar`); they can only be primitive types such as
         # `string`, `number`, `array`, `object`, or `boolean`. Optional.
-      "",
+      &quot;&quot;,
     ],
-    "devMode": True or False, # If `true` and the user is an owner of the script, the script runs at the
-        # most recently saved version rather than the version deployed for use with
-        # the Apps Script API. Optional; default is `false`.
   }
 
   x__xgafv: string, V1 error format.
@@ -143,10 +143,10 @@
     { # A representation of an execution of an Apps Script function started with run. The execution response does not arrive until the function finishes executing. The maximum execution runtime is listed in the [Apps Script quotas guide](/apps-script/guides/services/quotas#current_limitations). &lt;p&gt;After execution has started, it can have one of four outcomes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt; If the script function returns successfully, the
       #   response field contains an
       #   ExecutionResponse object
-      #   with the function's return value in the object's `result` field.&lt;/li&gt;
+      #   with the function&#x27;s return value in the object&#x27;s `result` field.&lt;/li&gt;
       # &lt;li&gt; If the script function (or Apps Script itself) throws an exception, the
       #   error field contains a
-      #   Status object. The `Status` object's `details`
+      #   Status object. The `Status` object&#x27;s `details`
       #   field contains an array with a single
       #   ExecutionError object that
       #   provides information about the nature of the error.&lt;/li&gt;
@@ -159,19 +159,19 @@
       #   body. Client libraries automatically convert a 4XX response into an
       #   exception class.&lt;/li&gt;
       # &lt;/ul&gt;
-    "done": True or False, # This field indicates whether the script execution has completed. A completed execution has a populated `response` field containing the ExecutionResponse from function that was executed.
-    "response": { # If the script function returns successfully, this field contains an ExecutionResponse object with the function's return value.
-      "a_key": "", # Properties of the object. Contains field @type with type URL.
-    },
-    "error": { # If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body's error field contains this `Status` object. # If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field contains a Status object. The `Status` object's `details` field contains an array with a single ExecutionError object that provides information about the nature of the error.
-      "message": "A String", # A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the details field, or localized by the client.
-      "code": 42, # The status code. For this API, this value either: &lt;ul&gt; &lt;li&gt; 10, indicating a `SCRIPT_TIMEOUT` error,&lt;/li&gt; &lt;li&gt; 3, indicating an `INVALID_ARGUMENT` error, or&lt;/li&gt; &lt;li&gt; 1, indicating a `CANCELLED` execution.&lt;/li&gt; &lt;/ul&gt;
-      "details": [ # An array that contains a single ExecutionError object that provides information about the nature of the error.
+    &quot;error&quot;: { # If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body&#x27;s error field contains this `Status` object. # If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field contains a Status object. The `Status` object&#x27;s `details` field contains an array with a single ExecutionError object that provides information about the nature of the error.
+      &quot;code&quot;: 42, # The status code. For this API, this value either: &lt;ul&gt; &lt;li&gt; 10, indicating a `SCRIPT_TIMEOUT` error,&lt;/li&gt; &lt;li&gt; 3, indicating an `INVALID_ARGUMENT` error, or&lt;/li&gt; &lt;li&gt; 1, indicating a `CANCELLED` execution.&lt;/li&gt; &lt;/ul&gt;
+      &quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the details field, or localized by the client.
+      &quot;details&quot;: [ # An array that contains a single ExecutionError object that provides information about the nature of the error.
         {
-          "a_key": "", # Properties of the object. Contains field @type with type URL.
+          &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
         },
       ],
     },
+    &quot;done&quot;: True or False, # This field indicates whether the script execution has completed. A completed execution has a populated `response` field containing the ExecutionResponse from function that was executed.
+    &quot;response&quot;: { # If the script function returns successfully, this field contains an ExecutionResponse object with the function&#x27;s return value.
+      &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
+    },
   }</pre>
 </div>