imported patch docs
diff --git a/docs/dyn/orkut.v2.comments.html b/docs/dyn/orkut.v2.comments.html
index 5b697de..9498f55 100644
--- a/docs/dyn/orkut.v2.comments.html
+++ b/docs/dyn/orkut.v2.comments.html
@@ -17,12 +17,20 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes an existing comment.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
commentId: string, ID of the comment to remove. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves an existing comment.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
hl: string, Specifies the interface language (host language) of your user interface.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
commentId: string, ID of the comment to get. (required)<br>
<br>
Returns:<br>
@@ -92,7 +100,11 @@
"id": "A String", # The unique ID for the comment.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
activityId: string, The ID of the activity to contain the new comment. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -133,10 +145,14 @@
Allowed values<br>
ascending - Use ascending sort order.<br>
descending - Use descending sort order.<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, A continuation token that allows pagination.<br>
- maxResults: integer, The maximum number of activities to include in the response.<br>
- activityId: string, The ID of the activity containing the comments. (required)<br>
hl: string, Specifies the interface language (host language) of your user interface.<br>
+ maxResults: integer, The maximum number of activities to include in the response.<br>
+ strict: string, A parameter<br>
+ activityId: string, The ID of the activity containing the comments. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>