Refreshed docs, now with repeated params
diff --git a/docs/dyn/buzz.v1.photos.html b/docs/dyn/buzz.v1.photos.html
index 7f5d0ab..473700a 100644
--- a/docs/dyn/buzz.v1.photos.html
+++ b/docs/dyn/buzz.v1.photos.html
@@ -17,58 +17,78 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a photo<br>
<br>
Args:<br>
- albumId: ID of the album to which to photo belongs. (required)<br>
- alt: Specifies an alternative representation type.<br>
- photoId: ID of the photo to delete. (required)<br>
- hl: Language code to limit language results.<br>
- userId: ID of the user being referenced. (required)</tt></dd></dl>
+ photoId: string, ID of the photo to delete. (required)<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to photo belongs. (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</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get photo metadata<br>
<br>
Args:<br>
- albumId: ID of the photo for which to get metadata. (required)<br>
- alt: Specifies an alternative representation type.<br>
- photoId: ID of the album containing the photo. (required)<br>
- hl: Language code to limit language results.<br>
- userId: ID of the user being referenced. (required)</tt></dd></dl>
+ photoId: string, ID of the album containing the photo. (required)<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the photo for which to get metadata. (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</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Upload a photo to an album<br>
<br>
Args:<br>
- body: The request body.<br>
- albumId: ID of the album to which to upload. (required)<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>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to upload. (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</tt></dd></dl>
<dl><dt><a name="Resource-insert2"><strong>insert2</strong></a> = method(self, **kwargs)</dt><dd><tt>Upload a photo to an album<br>
<br>
Args:<br>
- body: The request body.<br>
- albumId: ID of the album to which to upload. (required)<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>
+ body: object, The request body.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album to which to upload. (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</tt></dd></dl>
<dl><dt><a name="Resource-listByAlbum"><strong>listByAlbum</strong></a> = method(self, **kwargs)</dt><dd><tt>List photos in an album<br>
<br>
Args:<br>
- c: A continuation token that allows pagination.<br>
- userId: ID of the user being referenced. (required)<br>
- albumId: ID of the album for which to list photos. (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.</tt></dd></dl>
+ c: string, A continuation token that allows pagination.<br>
+ userId: string, ID of the user being referenced. (required)<br>
+ albumId: string, ID of the album for which to list photos. (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</tt></dd></dl>
<dl><dt><a name="Resource-listByScope"><strong>listByScope</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a user's photos<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: The collection of photos to list. (required)<br>
- alt: Specifies an alternative representation type.</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, The collection of photos to list. (required)<br>
+ Allowed values<br>
+ @recent - Recent photos uploaded 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</tt></dd></dl>
<hr>
Data descriptors defined here:<br>