mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -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,
|
openapi_info,
|
||||||
validators=['flex', 'ssv'],
|
validators=['flex', 'ssv'],
|
||||||
public=True,
|
public=True,
|
||||||
|
permission_classes=()
|
||||||
)
|
)
|
||||||
|
|
||||||
_patterns = [
|
_patterns = [
|
||||||
|
Loading…
Reference in New Issue
Block a user