imported patch docs
diff --git a/docs/dyn/blogger.v2.comments.html b/docs/dyn/blogger.v2.comments.html
index aa710e1..8da4aea 100644
--- a/docs/dyn/blogger.v2.comments.html
+++ b/docs/dyn/blogger.v2.comments.html
@@ -17,6 +17,10 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets one comment by id.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
commentId: string, The ID of the comment to get. (required)<br>
postId: string, ID of the post to fetch posts from. (required)<br>
blogId: string, ID of the blog to containing the comment. (required)<br>
@@ -53,10 +57,14 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the comments for a blog, possibly filtered.<br>
<br>
Args:<br>
- startDate: string, Earliest date of comment to fetch.<br>
+ startDate: string, Earliest date of comment to fetch, a date-time with <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> formatting.<br>
+ pp: string, A parameter<br>
fetchBodies: boolean, Whether the body content of the comments is included.<br>
+ trace: string, A parameter<br>
pageToken: string, Continuation token if request is paged.<br>
maxResults: integer, Maximum number of comments to include in the result.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
postId: string, ID of the post to fetch posts from. (required)<br>
blogId: string, ID of the blog to fetch comments from. (required)<br>
<br>