mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-25 15:39:58 +03:00
Update schemas.md
This commit is contained in:
parent
9407833a83
commit
7499dd5fc2
|
@ -122,6 +122,7 @@ The `get_schema_view()` helper takes the following keyword arguments:
|
||||||
url='https://www.example.org/api/',
|
url='https://www.example.org/api/',
|
||||||
patterns=schema_url_patterns,
|
patterns=schema_url_patterns,
|
||||||
)
|
)
|
||||||
|
* `public`: May be used to specify if schema should bypass views permissions. Default to False
|
||||||
|
|
||||||
* `generator_class`: May be used to specify a `SchemaGenerator` subclass to be
|
* `generator_class`: May be used to specify a `SchemaGenerator` subclass to be
|
||||||
passed to the `SchemaView`.
|
passed to the `SchemaView`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user