Update generated docs.
diff --git a/docs/dyn/blogger.v2.comments.html b/docs/dyn/blogger.v2.comments.html
index 5814578..aa710e1 100644
--- a/docs/dyn/blogger.v2.comments.html
+++ b/docs/dyn/blogger.v2.comments.html
@@ -27,6 +27,9 @@
{<br>
"content": "A String", # The actual content of the comment. May include HTML markup.<br>
"kind": "blogger#comment", # The kind of this entry. Always blogger#comment<br>
+ "inReplyTo": { # Data about the comment this is in reply to.<br>
+ "id": "A String", # The identified of the parent of this comment.<br>
+ },<br>
"author": { # The author of this Comment.<br>
"url": "A String", # The URL of the Comment creator's Profile page.<br>
"image": { # The comment creator's avatar.<br>
@@ -66,6 +69,9 @@
{<br>
"content": "A String", # The actual content of the comment. May include HTML markup.<br>
"kind": "blogger#comment", # The kind of this entry. Always blogger#comment<br>
+ "inReplyTo": { # Data about the comment this is in reply to.<br>
+ "id": "A String", # The identified of the parent of this comment.<br>
+ },<br>
"author": { # The author of this Comment.<br>
"url": "A String", # The URL of the Comment creator's Profile page.<br>
"image": { # The comment creator's avatar.<br>