Forum Discussion

heinzo's avatar
heinzo
New Member
5 years ago
Solved

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...
  • HKosova's avatar
    5 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.