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
Looks like there was at one point behaviour to automatically disable query params that are flagged as optional in the OpenAPI schema (i.e. required: false).
This was taken out in this PR #14
Would it be possible to add a config flag to opt-in to this behaviour - I have a lot of requests with a lot of optional query params, and I'd like to be able to quickly setup a happy-path postman collection - having to manually disable all the parameters is a pain.
The text was updated successfully, but these errors were encountered:
Looks like there was at one point behaviour to automatically disable query params that are flagged as optional in the OpenAPI schema (i.e.
required: false
).This was taken out in this PR #14
Would it be possible to add a config flag to opt-in to this behaviour - I have a lot of requests with a lot of optional query params, and I'd like to be able to quickly setup a happy-path postman collection - having to manually disable all the parameters is a pain.
The text was updated successfully, but these errors were encountered: