mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 17:32:46 +00:00
Add OAS3 allowEmptyValue for query params (#10312)
* add the special case of empty query parameters to the fake API
This commit is contained in:
@@ -1232,6 +1232,14 @@ paths:
|
||||
type: string
|
||||
type: object
|
||||
style: form
|
||||
- allowEmptyValue: true
|
||||
explode: true
|
||||
in: query
|
||||
name: allowEmpty
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
style: form
|
||||
responses:
|
||||
"200":
|
||||
description: Success
|
||||
|
||||
Reference in New Issue
Block a user