Refreshed docs, now with repeated params
diff --git a/docs/dyn/buzz.v1.comments.html b/docs/dyn/buzz.v1.comments.html
index d965aff..8a017aa 100644
--- a/docs/dyn/buzz.v1.comments.html
+++ b/docs/dyn/buzz.v1.comments.html
@@ -17,52 +17,72 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a comment<br>
<br>
Args:<br>
- commentId: ID of the comment being referenced. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to delete the comment. (required)<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to delete the comment. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a comment<br>
<br>
Args:<br>
- commentId: ID of the comment being referenced. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to get comments. (required)<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to get comments. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a comment<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity on which to comment. (required)<br>
- userId: ID of the user on whose behalf to comment. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user on whose behalf to comment. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity on which to comment. (required)</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List comments<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user for whose post to get comments. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to get comments. (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user for whose post to get comments. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @self - Activities posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to get comments. (required)</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update a comment<br>
<br>
Args:<br>
- body: The request body.<br>
- userId: ID of the user being referenced. (required)<br>
- abuseType: A parameter<br>
- hl: Language code to limit language results.<br>
- commentId: ID of the comment being referenced. (required)<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity for which to update the comment. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ abuseType: string, A parameter<br>
+ hl: string, Language code to limit language results.<br>
+ commentId: string, ID of the comment being referenced. (required)<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @abuse - Comments reported by the user.<br>
+ @self - Comments posted by the user.<br>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ postId: string, ID of the activity for which to update the comment. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>