forked from loafle/openapi-generator-original
update java samples
This commit is contained in:
@@ -108,7 +108,7 @@ paths:
|
||||
summary: Finds Pets by status
|
||||
tags:
|
||||
- pet
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: pet
|
||||
/pet/findByTags:
|
||||
@@ -154,7 +154,7 @@ paths:
|
||||
summary: Finds Pets by tags
|
||||
tags:
|
||||
- pet
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: pet
|
||||
/pet/{petId}:
|
||||
@@ -225,7 +225,7 @@ paths:
|
||||
summary: Find pet by ID
|
||||
tags:
|
||||
- pet
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: pet
|
||||
post:
|
||||
@@ -346,7 +346,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: store
|
||||
/store/order/{order_id}:
|
||||
@@ -407,7 +407,7 @@ paths:
|
||||
summary: Find purchase order by ID
|
||||
tags:
|
||||
- store
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: store
|
||||
/user:
|
||||
@@ -514,7 +514,7 @@ paths:
|
||||
summary: Logs user into the system
|
||||
tags:
|
||||
- user
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: user
|
||||
/user/logout:
|
||||
@@ -583,7 +583,7 @@ paths:
|
||||
summary: Get user by user name
|
||||
tags:
|
||||
- user
|
||||
x-accepts: application/json
|
||||
x-accepts: "application/json,application/xml"
|
||||
x-tags:
|
||||
- tag: user
|
||||
put:
|
||||
|
||||
Reference in New Issue
Block a user