We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swagger/OpenAPI definition: PetstoreV3.yaml with default: 'whatever' property added to /user/login-get-parameters-username-schema
default: 'whatever'
Swagger-Client usage:
SwaggerClient.execute({ "spec": {...PetsoreV3JsonDescribedAbove} "method": "get", "pathName": "/user/login", "parameters": {}, "requestContentType": "application/json", "responseContentType": "application/json", })
On openApi v3, not supplied parameters with a default value are not sent when exucuting the corresponding action
Steps to reproduce the behavior:
Not supplied parameter with a default value should be sent like in V2: https://github.com/swagger-api/swagger-js/blob/master/src/execute/index.js#L215
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Content & configuration
Swagger/OpenAPI definition:
PetstoreV3.yaml with
default: 'whatever'
property added to /user/login-get-parameters-username-schemaSwagger-Client usage:
Describe the bug you're encountering
On openApi v3, not supplied parameters with a default value are not sent when exucuting the corresponding action
To reproduce...
Steps to reproduce the behavior:
Expected behavior
Not supplied parameter with a default value should be sent like in V2:
https://github.com/swagger-api/swagger-js/blob/master/src/execute/index.js#L215
The text was updated successfully, but these errors were encountered: