Shivani-96

Results 2 issues of Shivani-96

Initially my project was using spring fox. To generate api description @ApiOperation was used. Now we are migrating to springdoc-openapi-ui. To generate api description @Operation is used. But since its...

I want to add field level description in request body for post apis. I am not able to use @Schema at field level. On researching I found out that @Schema...