In Swagger is it possible to have the body represented as HTML forms as opposed to a JSON string? and how would one achieve this?
In django for example I can input the JSON via html forms (Yes this is a simple example, but more complex objects can be a little annoying to write JSON, especially where the field is a foreign key and you can't remember the entries in that table).
In Swagger my UI looks like, ideally Id would also not be a required input as it is auto-generated.
From the request body drop down box I only have these choices.
Any help much appreciated.