heinzo
6 years agoNew Member
Disable params required validation while using "Try it out"
Hi,
is it possible to disable the valiadition if a paramter is required when using "Try it out" functionality?
Currently you cannot execute the request under "Try it out" if not all required para...
- 6 years ago
It's not possible to disable require parameter validation in Swagger UI.
You can use Swagger Inspector or cURL/wget to test requests without required parameters.