[Java] rename x-contentType to x-content-type (#11895)

* rename x-contentType to x-content-type

* undo changes
This commit is contained in:
William Cheng
2022-03-18 09:50:42 +08:00
committed by GitHub
parent 7cbdf4c163
commit 5d8b80a5cd
96 changed files with 1289 additions and 1289 deletions

View File

@@ -54,7 +54,7 @@
"summary" : "Add a new pet to the store",
"tags" : [ "pet" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "application/json",
"x-content-type" : "application/json",
"x-accepts" : "application/json"
},
"put" : {
@@ -95,7 +95,7 @@
"summary" : "Update an existing pet",
"tags" : [ "pet" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "application/json",
"x-content-type" : "application/json",
"x-accepts" : "application/json"
}
},
@@ -326,7 +326,7 @@
} ],
"summary" : "Updates a pet in the store with form data",
"tags" : [ "pet" ],
"x-contentType" : "application/x-www-form-urlencoded",
"x-content-type" : "application/x-www-form-urlencoded",
"x-accepts" : "application/json"
}
},
@@ -379,7 +379,7 @@
} ],
"summary" : "uploads an image",
"tags" : [ "pet" ],
"x-contentType" : "multipart/form-data",
"x-content-type" : "multipart/form-data",
"x-accepts" : "application/json"
}
},
@@ -449,7 +449,7 @@
"summary" : "Place an order for a pet",
"tags" : [ "store" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
}
},
@@ -549,7 +549,7 @@
"summary" : "Create user",
"tags" : [ "user" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
}
},
@@ -579,7 +579,7 @@
"summary" : "Creates list of users with given input array",
"tags" : [ "user" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
}
},
@@ -609,7 +609,7 @@
"summary" : "Creates list of users with given input array",
"tags" : [ "user" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
}
},
@@ -792,7 +792,7 @@
"summary" : "Updated user",
"tags" : [ "user" ],
"x-codegen-request-body-name" : "body",
"x-contentType" : "*/*",
"x-content-type" : "*/*",
"x-accepts" : "application/json"
}
}