0

Is it possible to have seperate textboxes for request fields in Swagger UI instead of a single Body textarea for the whole model?

dstr
  • 8,362
  • 12
  • 66
  • 106

1 Answers1

0

You should add the [FromUri] attribute to the parameter. That might, however, result in something you do not like or want as presented in this question but that can be circumvented by the answer I gave.

Community
  • 1
  • 1
venerik
  • 5,766
  • 2
  • 33
  • 43