imported patch docs
diff --git a/docs/dyn/plus.v1.comments.html b/docs/dyn/plus.v1.comments.html
index 1fb8562..316273c 100644
--- a/docs/dyn/plus.v1.comments.html
+++ b/docs/dyn/plus.v1.comments.html
@@ -17,6 +17,10 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a 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, The ID of the comment to get. (required)<br>
<br>
Returns:<br>
@@ -55,16 +59,17 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List all of the comments for an activity.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.<br>
maxResults: integer, The maximum number of comments to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.<br>
+ strict: string, A parameter<br>
activityId: string, The ID of the activity to get comments for. (required)<br>
sortOrder: string, The order in which to sort the list of comments.<br>
Allowed values<br>
ascending - Sort oldest comments first.<br>
descending - Sort newest comments first.<br>
- alt: string, Specifies an alternative representation type.<br>
- Allowed values<br>
- json - Use JSON format<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>