cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to generate swagger documentation with each request object attribute will have required/optional as well as description?

Former Member
0 Likes
698

How to generate swagger documentation with each request object attribute will have required /optional as well as description?

We are able to generate swagger documentation but with spring file doesn't accept required or description as part of xml , we are looking for a way to generate better documentation so that the swagger documentation is intutive.

Spring fox can generate required or optional based on @NotNull but since we are not using java DTO instead spring xml based DTO. How do we generate the required documentation?

View Entire Topic
Former Member
0 Likes

hi, Could you please share the solution here?