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

@@ -151,7 +151,7 @@
} ],
"summary" : "Finds Pets by status",
"tags" : [ "pet" ],
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
}
},
"/pet/findByTags" : {
@@ -205,7 +205,7 @@
} ],
"summary" : "Finds Pets by tags",
"tags" : [ "pet" ],
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
}
},
"/pet/{petId}" : {
@@ -283,7 +283,7 @@
} ],
"summary" : "Find pet by ID",
"tags" : [ "pet" ],
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
},
"post" : {
"operationId" : "updatePetWithForm",
@@ -431,7 +431,7 @@
"tags" : [ "store" ],
"x-codegen-request-body-name" : "body",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
}
},
"/store/order/{orderId}" : {
@@ -503,7 +503,7 @@
},
"summary" : "Find purchase order by ID",
"tags" : [ "store" ],
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
}
},
"/user" : {
@@ -653,7 +653,7 @@
},
"summary" : "Logs user into the system",
"tags" : [ "user" ],
"x-accepts" : "application/json"
"x-accepts" : "application/json,application/xml"
}
},
"/user/logout" : {
@@ -735,7 +735,7 @@
},
"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.",