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:
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -69,7 +69,7 @@ paths:
|
||||
summary: Add a new pet to the store
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
description: ""
|
||||
@@ -93,7 +93,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
servers:
|
||||
- url: http://petstore.swagger.io/v2
|
||||
@@ -295,7 +295,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -339,7 +339,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -387,7 +387,7 @@ paths:
|
||||
summary: Place an order for a pet
|
||||
tags:
|
||||
- store
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -463,7 +463,7 @@ paths:
|
||||
summary: Create user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -477,7 +477,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -491,7 +491,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -635,7 +635,7 @@ paths:
|
||||
summary: Updated user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -655,7 +655,7 @@ paths:
|
||||
summary: To test class name in snake case
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -836,7 +836,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -853,7 +853,7 @@ paths:
|
||||
summary: To test "client" model
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |
|
||||
@@ -952,7 +952,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -973,7 +973,7 @@ paths:
|
||||
description: Output number
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/property/enum-int:
|
||||
post:
|
||||
@@ -995,7 +995,7 @@ paths:
|
||||
description: Output enum (int)
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -1016,7 +1016,7 @@ paths:
|
||||
description: Output string
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -1037,7 +1037,7 @@ paths:
|
||||
description: Output boolean
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1058,7 +1058,7 @@ paths:
|
||||
description: Output composite
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1086,7 +1086,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1107,7 +1107,7 @@ paths:
|
||||
summary: test inline additionalProperties
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1131,7 +1131,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1149,7 +1149,7 @@ paths:
|
||||
summary: To test special tags
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1167,7 +1167,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-binary:
|
||||
put:
|
||||
@@ -1187,7 +1187,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: image/png
|
||||
x-content-type: image/png
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1307,7 +1307,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/fake/health:
|
||||
get:
|
||||
@@ -1352,7 +1352,7 @@ paths:
|
||||
summary: test http signature authentication
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
components:
|
||||
requestBodies:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -68,7 +68,7 @@ paths:
|
||||
summary: Add a new pet to the store
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
description: ""
|
||||
@@ -90,7 +90,7 @@ paths:
|
||||
summary: Update an existing pet
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
servers:
|
||||
- url: http://petstore.swagger.io/v2
|
||||
@@ -284,7 +284,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -328,7 +328,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -376,7 +376,7 @@ paths:
|
||||
summary: Place an order for a pet
|
||||
tags:
|
||||
- store
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -452,7 +452,7 @@ paths:
|
||||
summary: Create user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -466,7 +466,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -480,7 +480,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -624,7 +624,7 @@ paths:
|
||||
summary: Updated user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -644,7 +644,7 @@ paths:
|
||||
summary: To test class name in snake case
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -825,7 +825,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -842,7 +842,7 @@ paths:
|
||||
summary: To test "client" model
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |
|
||||
@@ -943,7 +943,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -964,7 +964,7 @@ paths:
|
||||
description: Output number
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -985,7 +985,7 @@ paths:
|
||||
description: Output string
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -1006,7 +1006,7 @@ paths:
|
||||
description: Output boolean
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1027,7 +1027,7 @@ paths:
|
||||
description: Output composite
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1055,7 +1055,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1076,7 +1076,7 @@ paths:
|
||||
summary: test inline additionalProperties
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1100,7 +1100,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1118,7 +1118,7 @@ paths:
|
||||
summary: To test special tags
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1136,7 +1136,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1238,7 +1238,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/fake/health:
|
||||
get:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -46,7 +46,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
operationId: updatePet
|
||||
@@ -81,7 +81,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/pet/findByStatus:
|
||||
get:
|
||||
@@ -268,7 +268,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -307,7 +307,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -356,7 +356,7 @@ paths:
|
||||
tags:
|
||||
- store
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -434,7 +434,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -456,7 +456,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -478,7 +478,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -614,7 +614,7 @@ paths:
|
||||
tags:
|
||||
- user
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -640,7 +640,7 @@ paths:
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -791,7 +791,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -814,7 +814,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |-
|
||||
@@ -915,7 +915,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -938,7 +938,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -961,7 +961,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -984,7 +984,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1007,7 +1007,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: '*/*'
|
||||
x-content-type: '*/*'
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1034,7 +1034,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1056,7 +1056,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: param
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1080,7 +1080,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/create_xml_item:
|
||||
post:
|
||||
@@ -1116,7 +1116,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: XmlItem
|
||||
x-contentType: application/xml
|
||||
x-content-type: application/xml
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1140,7 +1140,7 @@ paths:
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1160,7 +1160,7 @@ paths:
|
||||
tags:
|
||||
- fake
|
||||
x-codegen-request-body-name: body
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1256,7 +1256,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
components:
|
||||
schemas:
|
||||
|
||||
@@ -69,7 +69,7 @@ paths:
|
||||
summary: Add a new pet to the store
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
put:
|
||||
description: ""
|
||||
@@ -93,7 +93,7 @@ paths:
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
servers:
|
||||
- url: http://petstore.swagger.io/v2
|
||||
@@ -295,7 +295,7 @@ paths:
|
||||
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
|
||||
/pet/{petId}/uploadImage:
|
||||
post:
|
||||
@@ -339,7 +339,7 @@ paths:
|
||||
summary: uploads an image
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/store/inventory:
|
||||
get:
|
||||
@@ -387,7 +387,7 @@ paths:
|
||||
summary: Place an order for a pet
|
||||
tags:
|
||||
- store
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/store/order/{order_id}:
|
||||
delete:
|
||||
@@ -463,7 +463,7 @@ paths:
|
||||
summary: Create user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithArray:
|
||||
post:
|
||||
@@ -477,7 +477,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/createWithList:
|
||||
post:
|
||||
@@ -491,7 +491,7 @@ paths:
|
||||
summary: Creates list of users with given input array
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/user/login:
|
||||
get:
|
||||
@@ -635,7 +635,7 @@ paths:
|
||||
summary: Updated user
|
||||
tags:
|
||||
- user
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake_classname_test:
|
||||
patch:
|
||||
@@ -655,7 +655,7 @@ paths:
|
||||
summary: To test class name in snake case
|
||||
tags:
|
||||
- fake_classname_tags 123#$%^
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake:
|
||||
delete:
|
||||
@@ -836,7 +836,7 @@ paths:
|
||||
summary: To test enum parameters
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
patch:
|
||||
description: To test "client" model
|
||||
@@ -853,7 +853,7 @@ paths:
|
||||
summary: To test "client" model
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: |
|
||||
@@ -952,7 +952,7 @@ paths:
|
||||
가짜 엔드 포인트
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/outer/number:
|
||||
post:
|
||||
@@ -973,7 +973,7 @@ paths:
|
||||
description: Output number
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/property/enum-int:
|
||||
post:
|
||||
@@ -995,7 +995,7 @@ paths:
|
||||
description: Output enum (int)
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/string:
|
||||
post:
|
||||
@@ -1016,7 +1016,7 @@ paths:
|
||||
description: Output string
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/boolean:
|
||||
post:
|
||||
@@ -1037,7 +1037,7 @@ paths:
|
||||
description: Output boolean
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/outer/composite:
|
||||
post:
|
||||
@@ -1058,7 +1058,7 @@ paths:
|
||||
description: Output composite
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: '*/*'
|
||||
/fake/jsonFormData:
|
||||
get:
|
||||
@@ -1086,7 +1086,7 @@ paths:
|
||||
summary: test json serialization of form data
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/x-www-form-urlencoded
|
||||
x-content-type: application/x-www-form-urlencoded
|
||||
x-accepts: application/json
|
||||
/fake/inline-additionalProperties:
|
||||
post:
|
||||
@@ -1107,7 +1107,7 @@ paths:
|
||||
summary: test inline additionalProperties
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-query-params:
|
||||
put:
|
||||
@@ -1131,7 +1131,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/another-fake/dummy:
|
||||
patch:
|
||||
@@ -1149,7 +1149,7 @@ paths:
|
||||
summary: To test special tags
|
||||
tags:
|
||||
- $another-fake?
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-file-schema:
|
||||
put:
|
||||
@@ -1167,7 +1167,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
/fake/body-with-binary:
|
||||
put:
|
||||
@@ -1187,7 +1187,7 @@ paths:
|
||||
description: Success
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: image/png
|
||||
x-content-type: image/png
|
||||
x-accepts: application/json
|
||||
/fake/test-query-parameters:
|
||||
put:
|
||||
@@ -1307,7 +1307,7 @@ paths:
|
||||
summary: uploads an image (required)
|
||||
tags:
|
||||
- pet
|
||||
x-contentType: multipart/form-data
|
||||
x-content-type: multipart/form-data
|
||||
x-accepts: application/json
|
||||
/fake/health:
|
||||
get:
|
||||
@@ -1352,7 +1352,7 @@ paths:
|
||||
summary: test http signature authentication
|
||||
tags:
|
||||
- fake
|
||||
x-contentType: application/json
|
||||
x-content-type: application/json
|
||||
x-accepts: application/json
|
||||
components:
|
||||
requestBodies:
|
||||
|
||||
Reference in New Issue
Block a user