forked from loafle/openapi-generator-original
Merge remote-tracking branch 'origin' into 7.0.x
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<vertx.version>4.2.4</vertx.version>
|
||||
<junit-jupiter.version>5.7.0</junit-jupiter.version>
|
||||
<slf4j.version>1.7.30</slf4j.version>
|
||||
<jackson.version>2.12.7</jackson.version>
|
||||
<jackson.version>2.14.1</jackson.version>
|
||||
|
||||
<main.verticle>org.openapitools.vertxweb.server.HttpServerVerticle</main.verticle>
|
||||
</properties>
|
||||
|
||||
@@ -49,6 +49,9 @@ paths:
|
||||
x-accepts: application/json
|
||||
put:
|
||||
description: ""
|
||||
externalDocs:
|
||||
description: API documentation for the updatePet operation
|
||||
url: http://petstore.swagger.io/v2/doc/updatePet
|
||||
operationId: updatePet
|
||||
requestBody:
|
||||
$ref: '#/components/requestBodies/Pet'
|
||||
@@ -364,7 +367,7 @@ paths:
|
||||
x-accepts: application/json
|
||||
get:
|
||||
description: For valid response try integer IDs with value <= 5 or > 10. Other
|
||||
values will generated exceptions
|
||||
values will generate exceptions
|
||||
operationId: getOrderById
|
||||
parameters:
|
||||
- description: ID of pet that needs to be fetched
|
||||
|
||||
Reference in New Issue
Block a user