forked from loafle/openapi-generator-original
74 lines
2.0 KiB
HTML
74 lines
2.0 KiB
HTML
<div class="main-content">
|
|
<h2><a name=""></a></h2>
|
|
<p>This is the API</p>
|
|
|
|
|
|
|
|
<h2><a name="placeOrder"></a>placeOrder</h2>
|
|
<hr>
|
|
<p></p>
|
|
<p></p>
|
|
<h3 class="section">URL</h3>
|
|
<code>/store/order</code>
|
|
<h3 class="section">HTTP Method</h3>
|
|
<code>POST</code>
|
|
<h3 class="section">Response Type</h3>
|
|
<div class="model" id="Order"><a href="#">Order</a></div>
|
|
<h3 class="section">Parameters</h3>
|
|
<ul>
|
|
|
|
<div class="parameter">
|
|
<div class="param">body : ()</div>
|
|
<span></span>
|
|
</div>
|
|
<p class="param-description">order placed for purchasing the pet</p>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<h2><a name="getOrderById"></a>getOrderById</h2>
|
|
<hr>
|
|
<p></p>
|
|
<p>For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions</p>
|
|
<h3 class="section">URL</h3>
|
|
<code>/store/order/{orderId}</code>
|
|
<h3 class="section">HTTP Method</h3>
|
|
<code>GET</code>
|
|
<h3 class="section">Response Type</h3>
|
|
<div class="model" id="Order"><a href="#">Order</a></div>
|
|
<h3 class="section">Parameters</h3>
|
|
<ul>
|
|
|
|
<div class="parameter">
|
|
<div class="param">orderId : ()</div>
|
|
<span></span>
|
|
</div>
|
|
<p class="param-description">ID of pet that needs to be fetched</p>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
<h2><a name="deleteOrder"></a>deleteOrder</h2>
|
|
<hr>
|
|
<p></p>
|
|
<p>For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors</p>
|
|
<h3 class="section">URL</h3>
|
|
<code>/store/order/{orderId}</code>
|
|
<h3 class="section">HTTP Method</h3>
|
|
<code>DELETE</code>
|
|
<h3 class="section">Response Type</h3>
|
|
<div class="model" id=""><a href="#"></a></div>
|
|
<h3 class="section">Parameters</h3>
|
|
<ul>
|
|
|
|
<div class="parameter">
|
|
<div class="param">orderId : ()</div>
|
|
<span></span>
|
|
</div>
|
|
<p class="param-description">ID of the order that needs to be deleted</p>
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
|
|
</div> |