mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Fix markdown code indent in schemas (#7009)
This commit is contained in:
parent
43397a81ae
commit
65ed7be754
|
@ -90,6 +90,7 @@ The `get_schema_view()` helper takes the following keyword arguments:
|
||||||
url='https://www.example.org/api/',
|
url='https://www.example.org/api/',
|
||||||
urlconf='myproject.urls'
|
urlconf='myproject.urls'
|
||||||
)
|
)
|
||||||
|
|
||||||
* `patterns`: List of url patterns to limit the schema introspection to. If you
|
* `patterns`: List of url patterns to limit the schema introspection to. If you
|
||||||
only want the `myproject.api` urls to be exposed in the schema:
|
only want the `myproject.api` urls to be exposed in the schema:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user