mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Omit REST API schema view from permissions enforcement
This commit is contained in:
parent
37c9340499
commit
c36b190d5d
@ -24,6 +24,7 @@ schema_view = get_schema_view(
|
||||
openapi_info,
|
||||
validators=['flex', 'ssv'],
|
||||
public=True,
|
||||
permission_classes=()
|
||||
)
|
||||
|
||||
_patterns = [
|
||||
|
Loading…
Reference in New Issue
Block a user