From 23d5f7ff9cd8f3bd42a99b1bedfd8235123facb4 Mon Sep 17 00:00:00 2001 From: Nautikos1235 Date: Tue, 22 Oct 2019 14:54:40 +0200 Subject: [PATCH] Fix markdown code indent in schemas --- 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: