Forum Discussion

hopkir's avatar
hopkir
Frequent Visitor
3 years ago

How do I make Swagger use form inputs

At work we have several APIs, all of which implement Swagger for QA. In a new project, the view is completely different than the older sites. In the older sites, we have form inputs for the QA people to use, while in the new site there is just a textarea where they have to input json strings. Not all of our QA people are technical, so we'd like to make this as simple as possible for them, and would like the new site to look similar to the old ones.

Here's what the old site looks like:

 

Here's what the new site looks like:

 

What do I need to do to enable the form inputs in the new site?