We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9407833 commit b221aa2Copy full SHA for b221aa2
docs/api-guide/schemas.md
@@ -122,6 +122,7 @@ The `get_schema_view()` helper takes the following keyword arguments:
122
url='https://www.example.org/api/',
123
patterns=schema_url_patterns,
124
)
125
+* `public`: May be used to specify if schema should bypass views permissions. Default to False
126
127
* `generator_class`: May be used to specify a `SchemaGenerator` subclass to be
128
passed to the `SchemaView`.
0 commit comments