You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1248 the default behaviour was changed to no longer set optional query parameters as nullable. We would like this behaviour to apply globally to any Option.
I.e. change this logic to default to nullablefalse.
Would it be possible to have some global way of setting this preference once and have it apply to the whole api spec?
Depending on the effort required, I might be able to contribute that feature, if you agree that it would be useful.
This would probably also address the feedback raised in #1260.
The text was updated successfully, but these errors were encountered:
Hi
In #1248 the default behaviour was changed to no longer set optional query parameters as
nullable
. We would like this behaviour to apply globally to anyOption
.I.e. change this logic to default to
nullable
false
.Would it be possible to have some global way of setting this preference once and have it apply to the whole api spec?
Depending on the effort required, I might be able to contribute that feature, if you agree that it would be useful.
This would probably also address the feedback raised in #1260.
The text was updated successfully, but these errors were encountered: