forked from loafle/openapi-generator-original
[Java] rename x-contentType to x-content-type (#11895)
* rename x-contentType to x-content-type * undo changes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user