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
Current behavior allows only for marking *all* parameters as optional,
or none.
This change checks first if all parameters are optional, keeping the old
behavior if that's the case, otherwise iterates through the parameters to
mark only those that **should** be optional from the OpenAPI spec.
Resolves: #33
0 commit comments