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.
1 parent 73ad88e commit 7e76cd8Copy full SHA for 7e76cd8
1 file changed
rest_framework/static/rest_framework/docs/js/api.js
@@ -163,7 +163,7 @@ $('form.api-interaction').submit(function(event) {
163
if (window.auth && window.auth.type === 'token') {
164
// Header authentication
165
options.auth = new coreapi.auth.TokenAuthentication({
166
- prefix: window.auth.scheme,
+ scheme: window.auth.scheme,
167
token: window.auth.token
168
})
169
} else if (window.auth && window.auth.type === 'basic') {
0 commit comments