Refresh docs
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index 7cbc708..b9c252e 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -18,15 +18,20 @@
<br>
Args:<br>
sort: string, The sort expression to apply to the results<br>
- num: string, Number of search results to return<br>
+ filter: string, Controls turning on or off the duplicate content filter.<br>
+ Allowed values<br>
+ 0 - Turns off duplicate content filter.<br>
+ 1 - Turns on duplicate content filter.<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>
+ googlehost: string, The local Google domain to use to perform the search.<br>
safe: string, Search safety level<br>
Allowed values<br>
high - Enables highest level of safe search filtering.<br>
medium - Enables moderate safe search filtering.<br>
off - Disables safe search filtering.<br>
q: string, Query (required)<br>
- cx: string, The custom search engine ID to scope this search query<br>
+ num: string, Number of search results to return<br>
lr: string, The language restriction for the search results<br>
Allowed values<br>
lang_ar - Arabic<br>
@@ -64,6 +69,8 @@
lang_tr - Turkish<br>
lang_zh-CN - Chinese (Simplified)<br>
lang_zh-TW - Chinese (Traditional)<br>
+ cr: string, Country restrict(s).<br>
+ gl: string, Geolocation of end user.<br>
cref: string, The URL of a linked custom search engine</tt></dd></dl>
<hr>