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.
2 parents e3bc5f5 + 22c7855 commit e20debcCopy full SHA for e20debc
repo/rest-api/docs/index.js
@@ -6,7 +6,8 @@ import spec from '../src/openapi.json';
6
const ui = SwaggerUI( {
7
spec,
8
dom_id: '#swagger', // eslint-disable-line camelcase
9
- deepLinking: true
+ deepLinking: true,
10
+ showCommonExtensions: true
11
} );
12
13
ui.initOAuth( {
0 commit comments