You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(of course, defining the functions p and li as in lib)
This overwrites the generated one in the output
Minor hiccup: If you don't override all the filters, they are not listed together, with a page and limit between the ones you overwrote and the ones you generated.
Currently, by looking at the source code, there is no way provided by the package to override this. Perhaps we can provide more fine grained decorators, or configuration to the decorators, for overriding parts of the Swagger output?
Hi All,
Is there any way to override the Example text in the generated Swagger output?
For example,
Here, the filter only supports $eq, and I want to add a relevant example, such as:
Example: filter.service=$eq:SMS
Thanks,
Marcus
The text was updated successfully, but these errors were encountered: