I HAVE GENERATED YOUR NEW DOCS!
This commit is contained in:
@ -261,7 +261,8 @@
|
||||
<span class="w"> </span><span class="sd">"""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."""</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"> """</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">"""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."""</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"> """</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>
|
||||
|
@ -187,7 +187,8 @@
|
||||
<span class="w"> </span><span class="sd">"""This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user if "me" 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."""</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"> """</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">"""This endpoint requires authentication by any KittyCAD user. It returns the API calls for the authenticated user if "me" 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."""</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"> """</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>
|
||||
|
@ -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">-></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">"""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."""</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"> """</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">-></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">"""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."""</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"> """</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>
|
||||
|
Reference in New Issue
Block a user