mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 02:57:11 +00:00
dynamic-html: refactor parameters view
This commit is contained in:
@@ -17,13 +17,17 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
</div>
|
||||
|
||||
<span class="param-in">Body: </span>
|
||||
<span class="param-name">body</span>
|
||||
<span class="param-type">Pet</span>
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -40,13 +44,17 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
</div>
|
||||
|
||||
<span class="param-in">Body: </span>
|
||||
<span class="param-name">body</span>
|
||||
<span class="param-type">Pet</span>
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -63,13 +71,17 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
<span class="param-in">Query: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Status values that need to be considered for filter</p>
|
||||
</div>
|
||||
<span class="param-name">status</span>
|
||||
<span class="param-type">List(String)</span>
|
||||
|
||||
<p class="param-description">Status values that need to be considered for filter</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -86,13 +98,17 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
<span class="param-in">Query: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Tags to filter by</p>
|
||||
</div>
|
||||
<span class="param-name">tags</span>
|
||||
<span class="param-type">List(String)</span>
|
||||
|
||||
<p class="param-description">Tags to filter by</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -109,13 +125,17 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
<span class="param-in">Path: </span>
|
||||
|
||||
<p class="param-description">ID of pet that needs to be fetched</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">petId</span>
|
||||
<span class="param-type">Long</span>
|
||||
|
||||
<p class="param-description">ID of pet that needs to be fetched</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -132,29 +152,41 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
<span class="param-in">Path: </span>
|
||||
|
||||
<p class="param-description">ID of pet that needs to be updated</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">petId</span>
|
||||
<span class="param-type">String</span>
|
||||
|
||||
<p class="param-description">ID of pet that needs to be updated</p>
|
||||
</li>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
<span class="param-in">Form: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Updated name of the pet</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">name</span>
|
||||
<span class="param-type">String</span>
|
||||
|
||||
<p class="param-description">Updated name of the pet</p>
|
||||
</li>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
<span class="param-in">Form: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Updated status of the pet</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">status</span>
|
||||
<span class="param-type">String</span>
|
||||
|
||||
<p class="param-description">Updated status of the pet</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -171,21 +203,29 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description"></p>
|
||||
</div>
|
||||
<span class="param-in">Header: </span>
|
||||
|
||||
<span class="param-name">api_key</span>
|
||||
<span class="param-type">String</span>
|
||||
|
||||
<p class="param-description"></p>
|
||||
</li>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
<span class="param-in">Path: </span>
|
||||
|
||||
<p class="param-description">Pet id to delete</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">petId</span>
|
||||
<span class="param-type">Long</span>
|
||||
|
||||
<p class="param-description">Pet id to delete</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -202,31 +242,43 @@
|
||||
<h3 class="section">Parameters</h3>
|
||||
<ul>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
|
||||
|
||||
|
||||
<span class="param-in">Path: </span>
|
||||
|
||||
<p class="param-description">ID of pet to update</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">petId</span>
|
||||
<span class="param-type">Long</span>
|
||||
|
||||
<p class="param-description">ID of pet to update</p>
|
||||
</li>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
<span class="param-in">Form: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">Additional data to pass to server</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">additionalMetadata</span>
|
||||
<span class="param-type">String</span>
|
||||
|
||||
<p class="param-description">Additional data to pass to server</p>
|
||||
</li>
|
||||
|
||||
<div class="parameter">
|
||||
<li class="parameter">
|
||||
<span class="param-in">Form: </span>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class="param-description">file to upload</p>
|
||||
</div>
|
||||
|
||||
<span class="param-name">file</span>
|
||||
<span class="param-type">file</span>
|
||||
|
||||
<p class="param-description">file to upload</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user