chore: regens API reference docs (#889)
diff --git a/docs/dyn/androidpublisher_v3.reviews.html b/docs/dyn/androidpublisher_v3.reviews.html
index 98ad717..55e77e4 100644
--- a/docs/dyn/androidpublisher_v3.reviews.html
+++ b/docs/dyn/androidpublisher_v3.reviews.html
@@ -81,7 +81,7 @@
<code><a href="#list">list(packageName, translationLanguage=None, token=None, maxResults=None, startIndex=None)</a></code></p>
<p class="firstline">Returns a list of reviews. Only reviews from last week will be returned.</p>
<p class="toc_element">
- <code><a href="#reply">reply(packageName, reviewId, body)</a></code></p>
+ <code><a href="#reply">reply(packageName, reviewId, body=None)</a></code></p>
<p class="firstline">Reply to a single review, or update an existing reply.</p>
<h3>Method Details</h3>
<div class="method">
@@ -216,13 +216,13 @@
</div>
<div class="method">
- <code class="details" id="reply">reply(packageName, reviewId, body)</code>
+ <code class="details" id="reply">reply(packageName, reviewId, body=None)</code>
<pre>Reply to a single review, or update an existing reply.
Args:
packageName: string, Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame". (required)
reviewId: string, A parameter (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{