Closed wspeirs closed 1 month ago
This is much like #11 If you have a query parameter that is a boolean, it will not be displayed in the Variables list; see image.
However, if I change the type to string, it works as expected.
Here is the relevant snipit from the openapi file:
use_csv: name: use_csv in: query required: true schema: type: boolean default: false example: false description: 'Uses the [legacy JSON](docs/Data-And-Requests/Legacy-JSON-Responses.md) format if ``false``.'
I would expect this variable to appear (checkbox maybe?), and allow me to set it.
No response
Just create a OAS with a query parameter of boolean
boolean
Hi @wspeirs , it's now supported in v0.0.3-alpha.39.
Thanks for reporting!
Current behavior
This is much like #11 If you have a query parameter that is a boolean, it will not be displayed in the Variables list; see image.
However, if I change the type to string, it works as expected.
Here is the relevant snipit from the openapi file:
Desired behavior
I would expect this variable to appear (checkbox maybe?), and allow me to set it.
Reproduction
No response
Steps to reproduce
Just create a OAS with a query parameter of
boolean
Logs and Error Messages
No response
Other Information
No response