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
Basically, what I would like to do is modifying the description of a route before swagger sends it out, to add some information that can be automatically generated but is not exposed in swagger, like a sentence to remind users that they can paginate through a collection, that kind of stuff.
So for example, the description of the route has "Returns list of customers", and there would be a filter function provided by us; function (routeData...) { return routeData.description + " You can paginate through...." ; }
The text was updated successfully, but these errors were encountered:
Basically, what I would like to do is modifying the description of a route before swagger sends it out, to add some information that can be automatically generated but is not exposed in swagger, like a sentence to remind users that they can paginate through a collection, that kind of stuff.
So for example, the description of the route has "Returns list of customers", and there would be a filter function provided by us; function (routeData...) { return routeData.description + " You can paginate through...." ; }
The text was updated successfully, but these errors were encountered: