imported patch docs
diff --git a/docs/dyn/latitude.v1.location.html b/docs/dyn/latitude.v1.location.html
index e0f2b0a..7165067 100644
--- a/docs/dyn/latitude.v1.location.html
+++ b/docs/dyn/latitude.v1.location.html
@@ -17,13 +17,24 @@
<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: string, Timestamp of the location to delete (ms since epoch). (required)</tt></dd></dl>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ locationId: string, Timestamp of the location to delete (ms since epoch). (required)<br>
+ userip: string, A parameter</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>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
locationId: string, Timestamp of the location to read (ms since epoch). (required)<br>
granularity: string, Granularity of the location to return.<br>
+ Allowed values<br>
+ best - Request best available granularity.<br>
+ city - Request city-level granularty.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -60,6 +71,10 @@
"accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -80,10 +95,17 @@
<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>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
min_time: string, Minimum timestamp of locations to return (ms since epoch).<br>
+ userip: string, A parameter<br>
+ strict: string, A parameter<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.<br>
+ Allowed values<br>
+ best - Request best available granularity.<br>
+ city - Request city-level granularty.<br>
+ max_time: string, Maximum timestamp of locations to return (ms since epoch).<br>
<br>
Returns:<br>
An object of the form<br>