mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update documentation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Insert - YouTube v2.0.4+20210330</title>
|
||||
<title>Insert - YouTube v3.0.0+20220303</title>
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
||||
<div class="wy-side-nav-search">
|
||||
<a href=".." class="icon icon-home"> YouTube v2.0.4+20210330</a>
|
||||
<a href=".." class="icon icon-home"> YouTube v3.0.0+20220303</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -160,11 +160,6 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../comment-threads_update">Update</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -482,6 +477,9 @@
|
||||
<li class="toctree-l2"><a href="#optional-output-flags">Optional Output Flags</a></li>
|
||||
|
||||
|
||||
<li class="toctree-l2"><a href="#optional-method-properties">Optional Method Properties</a></li>
|
||||
|
||||
|
||||
<li class="toctree-l2"><a href="#optional-general-properties">Optional General Properties</a></li>
|
||||
|
||||
|
||||
@@ -608,6 +606,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<span>Youtube</span>
|
||||
|
||||
<li class="toctree-l1 ">
|
||||
<a class="" href="../youtube_v3-update-comment-threads">V3 Update Comment Threads</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@@ -651,6 +660,7 @@ You can set the scope for this method like this: <code>youtube3 --scope <scop
|
||||
In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.</p>
|
||||
<p>For example, a structure like this:</p>
|
||||
<pre><code>TestItem:
|
||||
featured-part: boolean
|
||||
gaia: string
|
||||
id: string
|
||||
|
||||
@@ -658,11 +668,15 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
|
||||
<p>can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.</p>
|
||||
<ul>
|
||||
<li><code>-r . gaia=dolor</code><ul>
|
||||
<li><code>-r . featured-part=false</code><ul>
|
||||
<li>No description provided.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>id=duo</code><ul>
|
||||
<li><code>gaia=amet</code><ul>
|
||||
<li>No description provided.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>id=magna</code><ul>
|
||||
<li>No description provided.</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -686,6 +700,16 @@ In the latter case it is advised to set the field-cursor to the data-structure's
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h1 id="optional-method-properties">Optional Method Properties</h1>
|
||||
<p>You may set the following properties to further configure the call. Please note that <code>-p</code> is followed by one
|
||||
or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> even though the listing below repeats the
|
||||
<code>-p</code> for completeness.</p>
|
||||
<ul>
|
||||
<li><strong>-p external-channel-id=string</strong><ul>
|
||||
<li>No description provided.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h1 id="optional-general-properties">Optional General Properties</h1>
|
||||
<p>The following properties can configure any call, and are not specific to this method.</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user