update java samples

This commit is contained in:
William Cheng
2024-01-12 12:51:33 +08:00
parent e384201416
commit 75ef9e0b02
136 changed files with 768 additions and 768 deletions

View File

@@ -46,7 +46,7 @@ paths:
tags:
- pet
x-content-type: application/json
x-accepts: application/json
x-accepts: "application/json,application/xml"
put:
description: ""
externalDocs:
@@ -79,7 +79,7 @@ paths:
tags:
- pet
x-content-type: application/json
x-accepts: application/json
x-accepts: "application/json,application/xml"
/pet/findByStatus:
get:
description: Multiple status values can be provided with comma separated strings
@@ -123,7 +123,7 @@ paths:
summary: Finds Pets by status
tags:
- pet
x-accepts: application/json
x-accepts: "application/json,application/xml"
/pet/findByTags:
get:
deprecated: true
@@ -163,7 +163,7 @@ paths:
summary: Finds Pets by tags
tags:
- pet
x-accepts: application/json
x-accepts: "application/json,application/xml"
/pet/{petId}:
delete:
description: ""
@@ -228,7 +228,7 @@ paths:
summary: Find pet by ID
tags:
- pet
x-accepts: application/json
x-accepts: "application/json,application/xml"
post:
description: ""
operationId: updatePetWithForm
@@ -341,7 +341,7 @@ paths:
tags:
- store
x-content-type: application/json
x-accepts: application/json
x-accepts: "application/json,application/xml"
/store/order/{orderId}:
delete:
description: For valid response try integer IDs with value < 1000. Anything
@@ -398,7 +398,7 @@ paths:
summary: Find purchase order by ID
tags:
- store
x-accepts: application/json
x-accepts: "application/json,application/xml"
/user:
post:
description: This can only be done by the logged in user.
@@ -512,7 +512,7 @@ paths:
summary: Logs user into the system
tags:
- user
x-accepts: application/json
x-accepts: "application/json,application/xml"
/user/logout:
get:
description: ""
@@ -579,7 +579,7 @@ paths:
summary: Get user by user name
tags:
- user
x-accepts: application/json
x-accepts: "application/json,application/xml"
put:
description: This can only be done by the logged in user.
operationId: updateUser