docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/reseller_v1.resellernotify.html b/docs/dyn/reseller_v1.resellernotify.html
index e9ab83b..f979a12 100644
--- a/docs/dyn/reseller_v1.resellernotify.html
+++ b/docs/dyn/reseller_v1.resellernotify.html
@@ -75,6 +75,9 @@
 <h1><a href="reseller_v1.html">Enterprise Apps Reseller API</a> . <a href="reseller_v1.resellernotify.html">resellernotify</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#getwatchdetails">getwatchdetails()</a></code></p>
 <p class="firstline">Returns all the details of the watch corresponding to the reseller.</p>
 <p class="toc_element">
@@ -85,6 +88,11 @@
 <p class="firstline">Unregisters a Reseller for receiving notifications.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="getwatchdetails">getwatchdetails()</code>
   <pre>Returns all the details of the watch corresponding to the reseller.
 
@@ -94,10 +102,10 @@
   An object of the form:
 
     { # JSON template for resellernotify getwatchdetails response.
-    &quot;topicName&quot;: &quot;A String&quot;, # Topic name of the PubSub
     &quot;serviceAccountEmailAddresses&quot;: [ # List of registered service accounts.
       &quot;A String&quot;,
     ],
+    &quot;topicName&quot;: &quot;A String&quot;, # Topic name of the PubSub
   }</pre>
 </div>