mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-12 17:08:25 -06:00
Omit REST API schema view from permissions enforcement
This commit is contained in:
parent
47ef7eb0ba
commit
916cb73791
@ -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