imported patch docs
diff --git a/docs/dyn/blogger.v2.posts.html b/docs/dyn/blogger.v2.posts.html
index 7d05ffe..a750205 100644
--- a/docs/dyn/blogger.v2.posts.html
+++ b/docs/dyn/blogger.v2.posts.html
@@ -17,6 +17,10 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a post 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>
postId: string, The ID of the post (required)<br>
blogId: string, ID of the blog to fetch the post from. (required)<br>
<br>
@@ -55,9 +59,13 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of posts, possibly filtered.<br>
<br>
Args:<br>
- startDate: string, Earliest post date to fetch.<br>
+ startDate: string, Earliest post date 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>
+ trace: string, A parameter<br>
pageToken: string, Continuation token if the request is paged.<br>
maxResults: integer, Maximum number of posts to fetch.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
fetchBodies: boolean, Whether the body content of posts is included.<br>
blogId: string, ID of the blog to fetch posts from. (required)<br>
<br>