From 65ed7be7540e54b21dbe616cbfe9df0da7caae93 Mon Sep 17 00:00:00 2001 From: nautikos1235 <4201782+nautikos1235@users.noreply.github.com> Date: Tue, 22 Oct 2019 20:10:15 +0200 Subject: [PATCH] Fix markdown code indent in schemas (#7009) --- docs/api-guide/schemas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index bdbb952dc..76cc0ca4d 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -90,6 +90,7 @@ The `get_schema_view()` helper takes the following keyword arguments: url='https://www.example.org/api/', urlconf='myproject.urls' ) + * `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: