Refreshed docs, now with repeated params
diff --git a/docs/dyn/buzz.v1.people.html b/docs/dyn/buzz.v1.people.html
index d9712ca..1c4a424 100644
--- a/docs/dyn/buzz.v1.people.html
+++ b/docs/dyn/buzz.v1.people.html
@@ -17,30 +17,41 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Remove a person from a group<br>
<br>
Args:<br>
- personId: ID of the person to remove from the group. (required)<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the owner of the group. (required)<br>
- groupId: ID of the group from which to remove the person. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ personId: string, ID of the person to remove from the group. (required)<br>
+ userId: string, ID of the owner of the group. (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>
+ groupId: string, ID of the group from which to remove the person. (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a user profile<br>
<br>
Args:<br>
- alt: Specifies an alternative representation type.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ alt: string, Specifies an alternative representation type.<br>
+ Allowed values<br>
+ atom - Use Atom XML format<br>
+ json - Use JSON format<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-liked"><strong>liked</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people who liked an activity<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: A parameter (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity that was liked. (required)<br>
- groupId: A parameter (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, A parameter (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 that was liked. (required)<br>
+ groupId: string, A parameter (required)<br>
+ Allowed values<br>
+ @liked - People who liked this activity.</tt></dd></dl>
<dl><dt><a name="Resource-liked_next"><strong>liked_next</strong></a> = methodNext(self, previous)</dt><dd><tt>Takes a single argument, 'body', which is the results<br>
from the last call, and returns the next set of items<br>
@@ -52,43 +63,57 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people in a group<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- groupId: ID of the group for which to list users. (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<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>
+ groupId: string, ID of the group for which to list users. (required)</tt></dd></dl>
<dl><dt><a name="Resource-reshared"><strong>reshared</strong></a> = method(self, **kwargs)</dt><dd><tt>Get people who reshared an activity<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: A parameter (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity that was reshared. (required)<br>
- groupId: A parameter (required)</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, A parameter (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 that was reshared. (required)<br>
+ groupId: string, A parameter (required)<br>
+ Allowed values<br>
+ @reshared - People who reshared this activity.</tt></dd></dl>
<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for people<br>
<br>
Args:<br>
- q: Full-text search query string.<br>
- c: A continuation token that allows pagination.<br>
- max_results: Maximum number of results to include.<br>
- alt: Specifies an alternative representation type.<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<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</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add a person to a group<br>
<br>
Args:<br>
- body: The request body.<br>
- personId: ID of the person to add to the group. (required)<br>
- userId: ID of the owner of the group. (required)<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- groupId: ID of the group to which to add the person. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ personId: string, ID of the person to add to the group. (required)<br>
+ userId: string, ID of the owner of the group. (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>
+ groupId: string, ID of the group to which to add the person. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>