Refreshed docs, now with repeated params
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index 82b117a..6d4b718 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -14,17 +14,17 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.<br>
<br>
Args:<br>
- sort: The sort expression to apply to the results<br>
- num: Number of search results to return<br>
- safe: Search safety level<br>
- q: Query (required)<br>
- start: The index of the first result to return<br>
- cx: The custom search engine ID to scope this search query<br>
- lr: The language restriction for the search results<br>
- cref: The URL of a linked custom search engine</tt></dd></dl>
+ sort: string, The sort expression to apply to the results<br>
+ num: string, Number of search results to return<br>
+ safe: string, Search safety level<br>
+ q: string, Query (required)<br>
+ start: string, The index of the first result to return<br>
+ cx: string, The custom search engine ID to scope this search query<br>
+ lr: string, The language restriction for the search results<br>
+ cref: string, The URL of a linked custom search engine</tt></dd></dl>
<hr>
Data descriptors defined here:<br>