docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/youtube_v3.tests.html b/docs/dyn/youtube_v3.tests.html
index 9f5f666..c85f2bf 100644
--- a/docs/dyn/youtube_v3.tests.html
+++ b/docs/dyn/youtube_v3.tests.html
@@ -75,10 +75,18 @@
<h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.tests.html">tests</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="#insert">insert(part, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">POST method.</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="insert">insert(part, body=None, x__xgafv=None)</code>
<pre>POST method.
@@ -88,9 +96,10 @@
The object takes the form of:
{
+ "gaia": "A String",
+ "id": "A String",
"snippet": {
},
- "id": "A String",
}
x__xgafv: string, V1 error format.
@@ -102,9 +111,10 @@
An object of the form:
{
+ "gaia": "A String",
+ "id": "A String",
"snippet": {
},
- "id": "A String",
}</pre>
</div>