Update docs.
diff --git a/docs/dyn/blogger_v3.blogUserInfos.html b/docs/dyn/blogger_v3.blogUserInfos.html
index 155f184..faaa0c3 100644
--- a/docs/dyn/blogger_v3.blogUserInfos.html
+++ b/docs/dyn/blogger_v3.blogUserInfos.html
@@ -92,6 +92,7 @@
{
"blog": { # The Blog resource.
+ "status": "A String", # The status of the blog.
"kind": "blogger#blog", # The kind of this entry. Always blogger#blog
"description": "A String", # The description of this blog. This is displayed underneath the title.
"locale": { # The locale this Blog is set to.
@@ -147,6 +148,7 @@
],
"selfLink": "A String", # The URL of the comments on this post.
},
+ "readerComments": "A String", # Comment control and display setting for readers of this post.
"labels": [ # The list of labels this Post was tagged with.
"A String",
],
@@ -156,6 +158,7 @@
"id": "A String", # The identifier of the Blog that contains this Post.
},
"url": "A String", # The URL where this Post is displayed.
+ "etag": "A String", # Etag of the resource.
"location": { # The location for geotagged posts.
"lat": 3.14, # Location's latitude.
"lng": 3.14, # Location's longitude.