I use "swagger UI" with Swagger 2.0 in a C # .Net application and show Get, Post, Delete endpoints.
For Post, I pass the "model diagram" as the body (input parameter).
It is difficult to use a single text field to enter a class object.
Is it possible to configure only the body user interface ...... as separate input fields for all parameters in the class object (model diagram)?
SO, that for the post method with the model scheme parameter, the user interface will be a separate text field for all parameters of the class object (model scheme).
Kamal source share