Refreshed docs, now with repeated params
diff --git a/docs/dyn/latitude.v1.location.html b/docs/dyn/latitude.v1.location.html
index 3bb76dc..d9f98f3 100644
--- a/docs/dyn/latitude.v1.location.html
+++ b/docs/dyn/latitude.v1.location.html
@@ -17,26 +17,26 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes a location from the user's location history.<br>
<br>
Args:<br>
- locationId: Timestamp of the location to delete (ms since epoch). (required)</tt></dd></dl>
+ locationId: string, Timestamp of the location to delete (ms since epoch). (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Reads a location from the user's location history.<br>
<br>
Args:<br>
- locationId: Timestamp of the location to read (ms since epoch). (required)<br>
- granularity: Granularity of the location to return.</tt></dd></dl>
+ locationId: string, Timestamp of the location to read (ms since epoch). (required)<br>
+ granularity: string, Granularity of the location to return.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts or updates a location in the user's location history.<br>
<br>
Args:<br>
- body: The request body.</tt></dd></dl>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists the user's location history.<br>
<br>
Args:<br>
- min_time: Minimum timestamp of locations to return (ms since epoch).<br>
- max_results: Maximum number of locations to return.<br>
- max_time: Maximum timestamp of locations to return (ms since epoch).<br>
- granularity: Granularity of the requested locations.</tt></dd></dl>
+ min_time: string, Minimum timestamp of locations to return (ms since epoch).<br>
+ max_results: string, Maximum number of locations to return.<br>
+ max_time: string, Maximum timestamp of locations to return (ms since epoch).<br>
+ granularity: string, Granularity of the requested locations.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>