mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-24 20:39:59 -06:00
Omit REST API schema view from permissions enforcement
This commit is contained in:
@@ -24,6 +24,7 @@ schema_view = get_schema_view(
|
||||
openapi_info,
|
||||
validators=['flex', 'ssv'],
|
||||
public=True,
|
||||
permission_classes=()
|
||||
)
|
||||
|
||||
_patterns = [
|
||||
|
||||
Reference in New Issue
Block a user