Refreshed docs, now with repeated params
diff --git a/docs/dyn/urlshortener.v1.url.html b/docs/dyn/urlshortener.v1.url.html
index b92e015..1638157 100644
--- a/docs/dyn/urlshortener.v1.url.html
+++ b/docs/dyn/urlshortener.v1.url.html
@@ -17,19 +17,26 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Expands a short URL or gets creation time and analytics.<br>
<br>
Args:<br>
- shortUrl: The short URL, including the protocol. (required)<br>
- projection: Additional information to return.</tt></dd></dl>
+ shortUrl: string, The short URL, including the protocol. (required)<br>
+ projection: string, Additional information to return.<br>
+ Allowed values<br>
+ ANALYTICS_CLICKS - Returns only click counts.<br>
+ ANALYTICS_TOP_STRINGS - Returns only top string counts.<br>
+ FULL - Returns the creation timestamp and all available analytics.</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates a new short URL.<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>Retrieves a list of URLs shortened by a user.<br>
<br>
Args:<br>
- start_token: Token for requesting successive pages of results.<br>
- projection: Additional information to return.</tt></dd></dl>
+ start_token: string, Token for requesting successive pages of results.<br>
+ projection: string, Additional information to return.<br>
+ Allowed values<br>
+ ANALYTICS_CLICKS - Returns short URL click counts.<br>
+ FULL - Returns short URL click counts.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>