I HAVE GENERATED YOUR NEW DOCS!

This commit is contained in:
github-actions[bot]
2023-07-31 19:56:37 +00:00
parent 4c3f497d73
commit 20b2a188dc
747 changed files with 11530 additions and 2634 deletions

View File

@ -261,7 +261,8 @@
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Get the status and output of an async operation.</span>
<span class="sd"> This endpoint requires authentication by any KittyCAD user. It returns details of the requested async operation for the user.</span>
<span class="sd"> If the user is not authenticated to view the specified async operation, then it is not returned.</span>
<span class="sd"> Only KittyCAD employees with the proper access can view async operations for other users.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> Only KittyCAD employees with the proper access can view async operations for other users.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="n">sync_detailed</span><span class="p">(</span>
<span class="nb">id</span><span class="o">=</span><span class="nb">id</span><span class="p">,</span>
@ -315,7 +316,8 @@
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Get the status and output of an async operation.</span>
<span class="sd"> This endpoint requires authentication by any KittyCAD user. It returns details of the requested async operation for the user.</span>
<span class="sd"> If the user is not authenticated to view the specified async operation, then it is not returned.</span>
<span class="sd"> Only KittyCAD employees with the proper access can view async operations for other users.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> Only KittyCAD employees with the proper access can view async operations for other users.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="p">(</span>
<span class="k">await</span> <span class="n">asyncio_detailed</span><span class="p">(</span>

View File

@ -187,7 +187,8 @@
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user if &quot;me&quot; is passed as the user id.</span>
<span class="sd"> Alternatively, you can use the `/user/api-calls` endpoint to get the API calls for your user.</span>
<span class="sd"> If the authenticated user is a KittyCAD employee, then the API calls are returned for the user specified by the user id.</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="n">sync_detailed</span><span class="p">(</span>
<span class="nb">id</span><span class="o">=</span><span class="nb">id</span><span class="p">,</span>
@ -231,7 +232,8 @@
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user if &quot;me&quot; is passed as the user id.</span>
<span class="sd"> Alternatively, you can use the `/user/api-calls` endpoint to get the API calls for your user.</span>
<span class="sd"> If the authenticated user is a KittyCAD employee, then the API calls are returned for the user specified by the user id.</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="p">(</span>
<span class="k">await</span> <span class="n">asyncio_detailed</span><span class="p">(</span>

View File

@ -181,7 +181,8 @@
<span class="n">page_token</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">str</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Union</span><span class="p">[</span><span class="n">ApiCallWithPriceResultsPage</span><span class="p">,</span> <span class="n">Error</span><span class="p">]]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user.</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="n">sync_detailed</span><span class="p">(</span>
<span class="n">limit</span><span class="o">=</span><span class="n">limit</span><span class="p">,</span>
@ -219,7 +220,8 @@
<span class="n">page_token</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">str</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n">Optional</span><span class="p">[</span><span class="n">Union</span><span class="p">[</span><span class="n">ApiCallWithPriceResultsPage</span><span class="p">,</span> <span class="n">Error</span><span class="p">]]:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user.</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.&quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="sd"> The API calls are returned in order of creation, with the most recently created API calls first.</span>
<span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># noqa: E501</span>
<span class="k">return</span> <span class="p">(</span>
<span class="k">await</span> <span class="n">asyncio_detailed</span><span class="p">(</span>