global responses not getting applied to individual resource endpoints during openapi specification generation #43058
shreeram09
started this conversation in
Community
Replies: 2 comments
-
@MikeEdgar ^^^ |
Beta Was this translation helpful? Give feedback.
0 replies
-
@shreeram09 , this is not possible using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to apply responses globally to resource endpoints to reduce changes in too many resource classes
to achieve this, in openapi-swaggerui-quickstart, I have created a config class annotated with
@OpenAPIDefinition
as followsbut the openapi specification generated has not included the respective global responses under each resource endpoint
actual output
expected output
Please let me know if I am trying something incorrectly, also is there a property-level approach to this?
Beta Was this translation helpful? Give feedback.
All reactions