1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #2705: Fix endpoint grouping in API docs

This commit is contained in:
Jeremy Stretch
2019-02-26 16:38:49 -05:00
parent 8dfef83f1a
commit beff774295
2 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,7 @@ class SearchView(View):
class APIRootView(APIView):
_ignore_model_permissions = True
exclude_from_schema = True
swagger_schema = None
def get_view_name(self):
return "API Root"