mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-19 21:11:04 +03:00
Update schemas.md (#8707)
This commit is contained in:
parent
9407833a83
commit
b221aa2cf6
|
@ -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