Updated generated docs
diff --git a/docs/dyn/blogger.v2.pages.html b/docs/dyn/blogger.v2.pages.html
index 24b5e8a..1d84614 100644
--- a/docs/dyn/blogger.v2.pages.html
+++ b/docs/dyn/blogger.v2.pages.html
@@ -18,13 +18,68 @@
<br>
Args:<br>
pageId: string, The ID of the page to get. (required)<br>
- blogId: string, ID of the blog containing the page. (required)</tt></dd></dl>
+ blogId: string, ID of the blog containing the page. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "content": "A String", # The body content of this Page, in HTML.<br>
+ "kind": "blogger#page", # The kind of this entity. Always blogger#page<br>
+ "author": { # The author of this Page.<br>
+ "url": "A String", # The URL of the Page creator's Profile page.<br>
+ "image": { # The page author's avatar.<br>
+ "url": "A String", # The page author's avatar URL.<br>
+ },<br>
+ "displayName": "A String", # The display name.<br>
+ "id": "A String", # The identifier of the Page creator.<br>
+ },<br>
+ "url": "A String", # The URL that this Page is displayed at.<br>
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.<br>
+ "updated": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this Page was last updated.<br>
+ "blog": { # Data about the blog containing this Page.<br>
+ "id": "A String", # The identifier of the blog containing this page.<br>
+ },<br>
+ "published": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this Page was published.<br>
+ "id": "A String", # The identifier for this resource.<br>
+ "selfLink": "A String", # The API REST URL to fetch this resource from.<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves pages for a blog, possibly filtered.<br>
<br>
Args:<br>
fetchBodies: boolean, Whether to retrieve the Page bodies.<br>
- blogId: string, ID of the blog to fetch pages from. (required)</tt></dd></dl>
+ blogId: string, ID of the blog to fetch pages from. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # The list of Pages for a Blog.<br>
+ {<br>
+ "content": "A String", # The body content of this Page, in HTML.<br>
+ "kind": "blogger#page", # The kind of this entity. Always blogger#page<br>
+ "author": { # The author of this Page.<br>
+ "url": "A String", # The URL of the Page creator's Profile page.<br>
+ "image": { # The page author's avatar.<br>
+ "url": "A String", # The page author's avatar URL.<br>
+ },<br>
+ "displayName": "A String", # The display name.<br>
+ "id": "A String", # The identifier of the Page creator.<br>
+ },<br>
+ "url": "A String", # The URL that this Page is displayed at.<br>
+ "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.<br>
+ "updated": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this Page was last updated.<br>
+ "blog": { # Data about the blog containing this Page.<br>
+ "id": "A String", # The identifier of the blog containing this page.<br>
+ },<br>
+ "published": "A String", # <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> date-time when this Page was published.<br>
+ "id": "A String", # The identifier for this resource.<br>
+ "selfLink": "A String", # The API REST URL to fetch this resource from.<br>
+ },<br>
+ ],<br>
+ "kind": "blogger#pageList", # The kind of this entity. Always blogger#pageList<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>