Updated generated docs
diff --git a/docs/dyn/blogger.v2.blogs.html b/docs/dyn/blogger.v2.blogs.html
index 8f5084d..d227c91 100644
--- a/docs/dyn/blogger.v2.blogs.html
+++ b/docs/dyn/blogger.v2.blogs.html
@@ -17,7 +17,34 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets one blog by id.<br>
<br>
Args:<br>
- blogId: string, The ID of the blog to get. (required)</tt></dd></dl>
+ blogId: string, The ID of the blog to get. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "blogger#blog", # The kind of this entry. Always blogger#blog<br>
+ "description": "A String", # The description of this blog. This is displayed underneath the title.<br>
+ "locale": { # The locale this Blog is set to.<br>
+ "country": "A String", # The country this blog's locale is set to.<br>
+ "variant": "A String", # The language variant this blog is authored in.<br>
+ "language": "A String", # The language this blog is authored in.<br>
+ },<br>
+ "posts": { # The container of posts in this blog.<br>
+ "totalItems": 42, # The count of posts in this blog.<br>
+ "selfLink": "A String", # The URL of the container for posts in this blog.<br>
+ },<br>
+ "updated": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this blog was last updated.<br>
+ "id": "A String", # The identifier for this resource.<br>
+ "url": "A String", # The URL where this blog is published.<br>
+ "published": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this blog was published.<br>
+ "pages": { # The container of pages in this blog.<br>
+ "totalItems": 42, # The count of pages in this blog.<br>
+ "selfLink": "A String", # The URL of the container for pages in this blog.<br>
+ },<br>
+ "selfLink": "A String", # The API REST URL to fetch this resource from.<br>
+ "name": "A String", # The name of this blog. This is displayed as the title.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>