mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 10:57:10 +00:00
Update html, dynamic-html petstore, fix example value for form parameters (#122)
* update dynamic-html samples with oas2 * update dynamic-html oas3 (no change) * update html petstore (oas2) * update html petstore with oas3 * fix example value for form parameters * fix javadoc string
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h2><a name="addPet"></a>addPet</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/pet</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
<span class="param-in">Body: </span>
|
||||
<span class="param-name">body</span>
|
||||
<span class="param-name">Pet</span>
|
||||
<span class="param-type">Pet(Pet)</span>
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
@@ -29,7 +29,7 @@
|
||||
<h2><a name="deletePet"></a>deletePet</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/pet/{petId}</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
@@ -136,7 +136,7 @@
|
||||
<h2><a name="updatePet"></a>updatePet</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/pet</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
@@ -151,7 +151,7 @@
|
||||
|
||||
|
||||
<span class="param-in">Body: </span>
|
||||
<span class="param-name">body</span>
|
||||
<span class="param-name">Pet</span>
|
||||
<span class="param-type">Pet(Pet)</span>
|
||||
|
||||
<p class="param-description">Pet object that needs to be added to the store</p>
|
||||
@@ -160,7 +160,7 @@
|
||||
<h2><a name="updatePetWithForm"></a>updatePetWithForm</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/pet/{petId}</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
@@ -187,7 +187,7 @@
|
||||
|
||||
|
||||
<span class="param-name">name</span>
|
||||
<span class="param-type">String</span>
|
||||
<span class="param-type">String(string)</span>
|
||||
|
||||
<p class="param-description">Updated name of the pet</p>
|
||||
</li>
|
||||
@@ -198,7 +198,7 @@
|
||||
|
||||
|
||||
<span class="param-name">status</span>
|
||||
<span class="param-type">String</span>
|
||||
<span class="param-type">String(string)</span>
|
||||
|
||||
<p class="param-description">Updated status of the pet</p>
|
||||
</li>
|
||||
@@ -206,7 +206,7 @@
|
||||
<h2><a name="uploadFile"></a>uploadFile</h2>
|
||||
<hr>
|
||||
<p></p>
|
||||
<p></p>
|
||||
|
||||
<h3 class="section">URL</h3>
|
||||
<code>http://petstore.swagger.io/v2/pet/{petId}/uploadImage</code>
|
||||
<h3 class="section">HTTP Method</h3>
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
|
||||
<span class="param-name">additionalMetadata</span>
|
||||
<span class="param-type">String</span>
|
||||
<span class="param-type">String(string)</span>
|
||||
|
||||
<p class="param-description">Additional data to pass to server</p>
|
||||
</li>
|
||||
@@ -244,7 +244,7 @@
|
||||
|
||||
|
||||
<span class="param-name">file</span>
|
||||
<span class="param-type">File</span>
|
||||
<span class="param-type">File(file)</span>
|
||||
|
||||
<p class="param-description">file to upload</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user