swagger-core icon indicating copy to clipboard operation
swagger-core copied to clipboard

make @ApiResponse repeatable

Open mipo256 opened this issue 3 years ago • 1 comments

I think it will generally a good idea to make @ApiResponse annotation as repeatable. We are using swagger a lot and each time wrapping it within @ApiResponses is not very fun.

mipo256 avatar Dec 02 '21 06:12 mipo256

This is the case in Swagger 2.X (OpenApi 3.0) where @ApiResponses has been dropped.

gcatanese avatar Apr 15 '22 14:04 gcatanese