Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
1bcee8c6
Commit
1bcee8c6
authored
Sep 25, 2017
by
Carlton Gibson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document extra parameters to `get_schema_view`
parent
5333565f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
docs/api-guide/schemas.md
+9
-0
No files found.
docs/api-guide/schemas.md
View file @
1bcee8c6
...
...
@@ -334,6 +334,15 @@ to be exposed in the schema:
May be used to specify a
`SchemaGenerator`
subclass to be passed to the
`SchemaView`
.
#### `authentication_classes`
May be used to specify the list of authentication classes that will apply to the schema endpoint.
Defaults to
`settings.DEFAULT_AUTHENTICATION_CLASSES`
#### `permission_classes`
May be used to specify the list of permission classes that will apply to the schema endpoint.
Defaults to
`settings.DEFAULT_PERMISSION_CLASSES`
## Using an explicit schema view
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment