Updated generated docs
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
index b9c252e..fcada86 100644
--- a/docs/dyn/customsearch.v1.cse.html
+++ b/docs/dyn/customsearch.v1.cse.html
@@ -71,7 +71,64 @@
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>
+ cref: string, The URL of a linked custom search engine<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "promotions": [<br>
+ {<br>
+ "link": "A String",<br>
+ "displayLink": "A String",<br>
+ "image": {<br>
+ "source": "A String",<br>
+ "width": 42,<br>
+ "height": 42,<br>
+ },<br>
+ "bodyLines": [<br>
+ {<br>
+ "url": "A String",<br>
+ "link": "A String",<br>
+ "title": "A String",<br>
+ },<br>
+ ],<br>
+ "title": "A String",<br>
+ },<br>
+ ],<br>
+ "kind": "customsearch#search",<br>
+ "url": {<br>
+ "type": "application/json",<br>
+ "template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&hr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&alt=json",<br>
+ },<br>
+ "items": [<br>
+ {<br>
+ "kind": "customsearch#result",<br>
+ "title": "A String",<br>
+ "displayLink": "A String",<br>
+ "cacheId": "A String",<br>
+ "pagemap": {<br>
+ },<br>
+ "snippet": "A String",<br>
+ "htmlSnippet": "A String",<br>
+ "link": "A String",<br>
+ "htmlTitle": "A String",<br>
+ },<br>
+ ],<br>
+ "context": {<br>
+ "facets": [<br>
+ [<br>
+ {<br>
+ "anchor": "A String",<br>
+ "label": "A String",<br>
+ },<br>
+ ],<br>
+ ],<br>
+ "title": "A String",<br>
+ },<br>
+ "queries": {<br>
+ },<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>