-
Is there an easy way to add an API-wide response, such as 429 Too Many Requests, to the docs of all ApiResource attributes? Or is the only way to manually add the response doc to each ApiResource individually? |
Beta Was this translation helpful? Give feedback.
Answered by
gnito-org
Jun 27, 2022
Replies: 1 comment
-
Found the answer. One can do it by decorating the OpenApiFactory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gnito-org
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the answer. One can do it by decorating the OpenApiFactory.