Refreshed docs, now with repeated params
diff --git a/docs/dyn/buzz.v1.activities.html b/docs/dyn/buzz.v1.activities.html
index 9648aa8..b00ffa7 100644
--- a/docs/dyn/buzz.v1.activities.html
+++ b/docs/dyn/buzz.v1.activities.html
@@ -17,64 +17,89 @@
<dl><dt><a name="Resource-count"><strong>count</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a count of link shares<br>
<br>
Args:<br>
- url: URLs for which to get share counts.<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ url: string, URLs for which to get share counts. (repeated)<br>
+ hl: string, Language code to limit language results.</tt></dd></dl>
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete an activity<br>
<br>
Args:<br>
- scope: The collection to which the activity belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- postId: ID of the activity to delete. (required)<br>
- userId: ID of the user whose post to delete. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ userId: string, ID of the user whose post to delete. (required)<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @liked - Activities liked by the user.<br>
+ @muted - Activities muted by the user.<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 to delete. (required)</tt></dd></dl>
<dl><dt><a name="Resource-extractPeopleFromSearch"><strong>extractPeopleFromSearch</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for people by topic<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<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-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get an activity<br>
<br>
Args:<br>
- postId: ID of the user to get. (required)<br>
- userId: ID of the user whose post to get. (required)<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- hl: Language code to limit language results.<br>
- alt: Specifies an alternative representation type.<br>
- max_comments: Maximum number of comments to include.<br>
- max_liked: Maximum number of likes to include.</tt></dd></dl>
+ postId: string, ID of the user to get. (required)<br>
+ userId: string, ID of the user whose post to get. (required)<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<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>
+ max_comments: integer, Maximum number of comments to include.<br>
+ max_liked: integer, Maximum number of likes to include.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a new activity<br>
<br>
Args:<br>
- body: The request body.<br>
- alt: Specifies an alternative representation type.<br>
- preview: If true, only preview the action.<br>
- userId: ID of the user being referenced. (required)<br>
- hl: Language code to limit language results.</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (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>
+ preview: boolean, If true, only preview the action.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List activities<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- max_results: Maximum number of results to include.<br>
- hl: Language code to limit language results.<br>
- scope: The collection of activities to list. (required)<br>
- alt: Specifies an alternative representation type.<br>
- max_comments: Maximum number of comments to include.<br>
- max_liked: Maximum number of likes to include.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection of activities to list. (required)<br>
+ Allowed values<br>
+ @comments - Limit to activities commented on by the user.<br>
+ @consumption - Limit to activities to be consumed by the user.<br>
+ @liked - Limit to activities liked by the user.<br>
+ @public - Limit to public activities posted by the user.<br>
+ @self - Limit to 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>
+ max_comments: integer, Maximum number of comments to include.<br>
+ max_liked: integer, Maximum number of likes to include.</tt></dd></dl>
<dl><dt><a name="Resource-list_next"><strong>list_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>
@@ -86,17 +111,20 @@
<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search for activities<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- truncateAtom: Truncate the value of the atom:content element.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ truncateAtom: boolean, Truncate the value of the atom:content element.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<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-search_next"><strong>search_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>
@@ -108,27 +136,38 @@
<dl><dt><a name="Resource-track"><strong>track</strong></a> = method(self, **kwargs)</dt><dd><tt>Get real-time activity tracking information<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- pid: ID of a place to use in a geographic location query.<br>
- lon: Longitude to use in a geographic location query.<br>
- q: Full-text search query string.<br>
- max_results: Maximum number of results to include.<br>
- radius: Radius to use in a geographic location query.<br>
- bbox: Bounding box to use in a geographic location query.<br>
- hl: Language code to limit language results.<br>
- lat: Latitude to use in a geographic location query.<br>
- alt: Specifies an alternative representation type.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ pid: string, ID of a place to use in a geographic location query.<br>
+ lon: string, Longitude to use in a geographic location query.<br>
+ q: string, Full-text search query string.<br>
+ max_results: integer, Maximum number of results to include.<br>
+ radius: string, Radius to use in a geographic location query.<br>
+ bbox: string, Bounding box to use in a geographic location query.<br>
+ hl: string, Language code to limit language results.<br>
+ lat: string, Latitude to use in a geographic location query.<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>Update an activity<br>
<br>
Args:<br>
- body: The request body.<br>
- userId: ID of the user whose post to update. (required)<br>
- abuseType: A parameter<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 to update. (required)</tt></dd></dl>
+ body: object, The request body.<br>
+ userId: string, ID of the user whose post to update. (required)<br>
+ abuseType: string, A parameter<br>
+ hl: string, Language code to limit language results.<br>
+ scope: string, The collection to which the activity belongs. (required)<br>
+ Allowed values<br>
+ @abuse - Activities reported by the user.<br>
+ @liked - Activities liked by the user.<br>
+ @muted - Activities muted by the user.<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 to update. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>