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

Omit REST API schema view from permissions enforcement

This commit is contained in:
jeremystretch
2021-06-11 16:24:02 -04:00
parent 37c9340499
commit c36b190d5d

View File

@@ -24,6 +24,7 @@ schema_view = get_schema_view(
openapi_info,
validators=['flex', 'ssv'],
public=True,
permission_classes=()
)
_patterns = [