Update docs for 1.3.2 release.
diff --git a/docs/dyn/blogger_v3.comments.html b/docs/dyn/blogger_v3.comments.html
index ddb3237..604e3fb 100644
--- a/docs/dyn/blogger_v3.comments.html
+++ b/docs/dyn/blogger_v3.comments.html
@@ -87,7 +87,7 @@
<code><a href="#list">list(blogId, postId, status=None, startDate=None, fetchBodies=None, endDate=None, pageToken=None, maxResults=None, view=None)</a></code></p>
<p class="firstline">Retrieves the comments for a post, possibly filtered.</p>
<p class="toc_element">
- <code><a href="#listByBlog">listByBlog(blogId, startDate=None, endDate=None, pageToken=None, maxResults=None, fetchBodies=None)</a></code></p>
+ <code><a href="#listByBlog">listByBlog(blogId, status=None, startDate=None, endDate=None, pageToken=None, maxResults=None, fetchBodies=None)</a></code></p>
<p class="firstline">Retrieves the comments for a blog, across all posts, possibly filtered.</p>
<p class="toc_element">
<code><a href="#listByBlog_next">listByBlog_next(previous_request, previous_response)</a></code></p>
@@ -261,11 +261,17 @@
</div>
<div class="method">
- <code class="details" id="listByBlog">listByBlog(blogId, startDate=None, endDate=None, pageToken=None, maxResults=None, fetchBodies=None)</code>
+ <code class="details" id="listByBlog">listByBlog(blogId, status=None, startDate=None, endDate=None, pageToken=None, maxResults=None, fetchBodies=None)</code>
<pre>Retrieves the comments for a blog, across all posts, possibly filtered.
Args:
blogId: string, ID of the blog to fetch comments from. (required)
+ status: string, A parameter (repeated)
+ Allowed values
+ emptied - Comments that have had their content removed
+ live - Comments that are publicly visible
+ pending - Comments that are awaiting administrator approval
+ spam - Comments marked as spam by the administrator
startDate: string, Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
endDate: string, Latest date of comment to fetch, a date-time with RFC 3339 formatting.
pageToken: string, Continuation token if request is paged.