astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

chore(backend): fixed swagger API generation #54

Closed allynt closed 4 years ago

allynt commented 4 years ago

Some of the built-in DRF View methods that get called by Swagger when generating API documentation require kwargs; these are obviously missing during schema generation. This fix protects those methods by returning dummy values when the in "swagger-mode".