Skip to content

Commit 3df41a2

Browse files
committed
update documentation to v0.14.0
1 parent 1fd1b6c commit 3df41a2

File tree

1 file changed

+58
-37
lines changed

1 file changed

+58
-37
lines changed

index.html

Lines changed: 58 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ <h5>Schema Definitions</h5>
293293
<a href="#definition-GetWorkspaceStatisticsForNamespaceResponse"> GetWorkspaceStatisticsForNamespaceResponse </a>
294294
<a href="#definition-IsAuthorized"> IsAuthorized </a>
295295
<a href="#definition-IsAuthorizedResponse"> IsAuthorizedResponse </a>
296+
<a href="#definition-IsValidTokenRequest"> IsValidTokenRequest </a>
296297
<a href="#definition-IsValidTokenResponse"> IsValidTokenResponse </a>
297298
<a href="#definition-KeyValue"> KeyValue </a>
298299
<a href="#definition-Labels"> Labels </a>
@@ -318,7 +319,6 @@ <h5>Schema Definitions</h5>
318319
<a href="#definition-SecretExistsResponse"> SecretExistsResponse </a>
319320
<a href="#definition-Service"> Service </a>
320321
<a href="#definition-Statistics"> Statistics </a>
321-
<a href="#definition-TokenWrapper"> TokenWrapper </a>
322322
<a href="#definition-UpdateSecretKeyValueResponse"> UpdateSecretKeyValueResponse </a>
323323
<a href="#definition-UpdateWorkspaceBody"> UpdateWorkspaceBody </a>
324324
<a href="#definition-WorkflowExecution"> WorkflowExecution </a>
@@ -364,7 +364,7 @@ <h5>Schemes:
364364
<span>http, https</span>
365365
</h5>
366366
<h5>Version:
367-
<span>0.13.0</span>
367+
<span>0.14.0</span>
368368
</h5>
369369
</section>
370370
</div>
@@ -548,7 +548,7 @@ <h2 class="operation-title">
548548
<div class="prop-name">
549549
<div class="swagger-request-model">
550550
<span class="">
551-
<a class="json-schema-ref" href="#/definitions/TokenWrapper">TokenWrapper</a>
551+
<a class="json-schema-ref" href="#/definitions/IsValidTokenRequest">IsValidTokenRequest</a>
552552
</span>
553553
</div>
554554
</div>
@@ -563,6 +563,7 @@ <h2 class="operation-title">
563563
<section>
564564
<h5>Request Example</h5>
565565
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
566+
<span class="hljs-attr">&quot;username&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
566567
<span class="hljs-attr">&quot;token&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
567568
}
568569
</code></pre>
@@ -609,7 +610,9 @@ <h5>Response Example
609610
<span>(200 OK)</span>
610611
</h5>
611612
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
612-
<span class="hljs-attr">&quot;domain&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
613+
<span class="hljs-attr">&quot;domain&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
614+
<span class="hljs-attr">&quot;token&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
615+
<span class="hljs-attr">&quot;username&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
613616
}
614617
</code></pre>
615618
<!-- </div> -->
@@ -13614,6 +13617,44 @@ <h5>Example</h5>
1361413617
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
1361513618
<span class="hljs-attr">&quot;authorized&quot;</span>: <span class="hljs-string">&quot;boolean (boolean)&quot;</span>
1361613619
}
13620+
</code></pre>
13621+
<!-- </div> -->
13622+
</section>
13623+
</div>
13624+
</div>
13625+
</div>
13626+
<div id="definition-IsValidTokenRequest" class="definition panel" data-traverse-target="definition-IsValidTokenRequest">
13627+
<h2 class="panel-title">
13628+
<a name="/definitions/IsValidTokenRequest"></a>IsValidTokenRequest:
13629+
<span class="json-property-type">
13630+
<span class="json-property-type">object</span>
13631+
<span class="json-property-range" title="Value limits"></span>
13632+
</span>
13633+
</h2>
13634+
<div class="doc-row">
13635+
<div class="doc-copy">
13636+
<section class="json-schema-properties">
13637+
<dl>
13638+
<dt data-property-name="username">
13639+
<span class="json-property-name">username:</span>
13640+
<span class="json-property-type">string</span>
13641+
<span class="json-property-range" title="Value limits"></span>
13642+
</dt>
13643+
<dt data-property-name="token">
13644+
<span class="json-property-name">token:</span>
13645+
<span class="json-property-type">string</span>
13646+
<span class="json-property-range" title="Value limits"></span>
13647+
</dt>
13648+
</dl>
13649+
</section>
13650+
</div>
13651+
<div class="doc-examples">
13652+
<section>
13653+
<h5>Example</h5>
13654+
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
13655+
<span class="hljs-attr">&quot;username&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
13656+
<span class="hljs-attr">&quot;token&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
13657+
}
1361713658
</code></pre>
1361813659
<!-- </div> -->
1361913660
</section>
@@ -13637,14 +13678,26 @@ <h2 class="panel-title">
1363713678
<span class="json-property-type">string</span>
1363813679
<span class="json-property-range" title="Value limits"></span>
1363913680
</dt>
13681+
<dt data-property-name="token">
13682+
<span class="json-property-name">token:</span>
13683+
<span class="json-property-type">string</span>
13684+
<span class="json-property-range" title="Value limits"></span>
13685+
</dt>
13686+
<dt data-property-name="username">
13687+
<span class="json-property-name">username:</span>
13688+
<span class="json-property-type">string</span>
13689+
<span class="json-property-range" title="Value limits"></span>
13690+
</dt>
1364013691
</dl>
1364113692
</section>
1364213693
</div>
1364313694
<div class="doc-examples">
1364413695
<section>
1364513696
<h5>Example</h5>
1364613697
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
13647-
<span class="hljs-attr">&quot;domain&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
13698+
<span class="hljs-attr">&quot;domain&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
13699+
<span class="hljs-attr">&quot;token&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
13700+
<span class="hljs-attr">&quot;username&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
1364813701
}
1364913702
</code></pre>
1365013703
<!-- </div> -->
@@ -15287,38 +15340,6 @@ <h5>Example</h5>
1528715340
<span class="hljs-attr">&quot;workflowStatus&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>,
1528815341
<span class="hljs-attr">&quot;workflowTemplateId&quot;</span>: <span class="hljs-string">&quot;string (int64)&quot;</span>
1528915342
}
15290-
</code></pre>
15291-
<!-- </div> -->
15292-
</section>
15293-
</div>
15294-
</div>
15295-
</div>
15296-
<div id="definition-TokenWrapper" class="definition panel" data-traverse-target="definition-TokenWrapper">
15297-
<h2 class="panel-title">
15298-
<a name="/definitions/TokenWrapper"></a>TokenWrapper:
15299-
<span class="json-property-type">
15300-
<span class="json-property-type">object</span>
15301-
<span class="json-property-range" title="Value limits"></span>
15302-
</span>
15303-
</h2>
15304-
<div class="doc-row">
15305-
<div class="doc-copy">
15306-
<section class="json-schema-properties">
15307-
<dl>
15308-
<dt data-property-name="token">
15309-
<span class="json-property-name">token:</span>
15310-
<span class="json-property-type">string</span>
15311-
<span class="json-property-range" title="Value limits"></span>
15312-
</dt>
15313-
</dl>
15314-
</section>
15315-
</div>
15316-
<div class="doc-examples">
15317-
<section>
15318-
<h5>Example</h5>
15319-
<!-- <div class="hljs"> --><pre><code class="hljs lang-json">{
15320-
<span class="hljs-attr">&quot;token&quot;</span>: <span class="hljs-string">&quot;string&quot;</span>
15321-
}
1532215343
</code></pre>
1532315344
<!-- </div> -->
1532415345
</section>

0 commit comments

Comments
 (0)