File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -3049,6 +3049,44 @@ paths:
30493049 application/json :
30503050 schema :
30513051 $ref : " components.yaml#/components/schemas/weaklyTypedOneOfReadWriteObject"
3052+ /anything/requestBodies/form/stringArray :
3053+ post :
3054+ operationId : formRequestBodyStringArray
3055+ tags :
3056+ - requestBodies
3057+ requestBody :
3058+ content :
3059+ multipart/form-data :
3060+ schema :
3061+ type : object
3062+ properties :
3063+ stuff :
3064+ type : array
3065+ items :
3066+ type : string
3067+ required : true
3068+ responses :
3069+ " 200 " :
3070+ description : OK
3071+ content :
3072+ application/json :
3073+ schema :
3074+ title : res
3075+ type : object
3076+ properties :
3077+ url :
3078+ type : string
3079+ form :
3080+ type : object
3081+ additionalProperties :
3082+ oneOf :
3083+ - type : string
3084+ - type : array
3085+ items :
3086+ type : string
3087+ required :
3088+ - url
3089+ - form
30523090 /anything/requestBodies/post/application/json/additionalProperties :
30533091 post :
30543092 operationId : requestBodyPostApplicationJsonAdditionalProperties
You can’t perform that action at this time.
0 commit comments