We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_schema_view
1 parent 5333565 commit 1bcee8cCopy full SHA for 1bcee8c
docs/api-guide/schemas.md
@@ -334,6 +334,15 @@ to be exposed in the schema:
334
May be used to specify a `SchemaGenerator` subclass to be passed to the
335
`SchemaView`.
336
337
+#### `authentication_classes`
338
+
339
+May be used to specify the list of authentication classes that will apply to the schema endpoint.
340
+Defaults to `settings.DEFAULT_AUTHENTICATION_CLASSES`
341
342
+#### `permission_classes`
343
344
+May be used to specify the list of permission classes that will apply to the schema endpoint.
345
+Defaults to `settings.DEFAULT_PERMISSION_CLASSES`
346
347
348
## Using an explicit schema view
0 commit comments