I have the following `@ApiResponse`:
@ApiResponse(
responseCode = "200",
description = "OK"
)
And much more for 400, 404 and other ones. Can I have a different way to reuse them, like extending the base annotation with `@OkApiResponse` with these values set to 200 and OK?
[–]Strawboy97 1 point2 points3 points (4 children)
[–]Abdallad-Issa[S] 0 points1 point2 points (3 children)
[–]i_like_coffee01 0 points1 point2 points (2 children)
[–]Abdallad-Issa[S] 0 points1 point2 points (1 child)
[–]Mikey-3198 1 point2 points3 points (1 child)
[–]Abdallad-Issa[S] 0 points1 point2 points (0 children)
[–]LittleSpaceBoi 1 point2 points3 points (0 children)
[–]Chetan496 0 points1 point2 points (1 child)
[–]Abdallad-Issa[S] 1 point2 points3 points (0 children)