File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export default function securitySchemeTemplate() {
282
282
< tr >
283
283
< td style ="max-width:500px; overflow-wrap: break-word; ">
284
284
< div style ="min-height:24px ">
285
- < span style ="font-weight:bold "> ${ v . typeDisplay } </ span >
285
+ < span style ="font-weight:bold "> ${ v . typeDisplay } ${ v . type === 'oauth2' ? `( ${ v . apiKeyId } )` : '' } </ span >
286
286
${ v . finalKeyValue
287
287
? html `
288
288
< span class ='blue-text '> ${ v . finalKeyValue ? 'Key Applied' : '' } </ span >
@@ -385,7 +385,7 @@ export function pathSecurityTemplate(pathSecurity) {
385
385
? html `
386
386
< div >
387
387
${ andSecurityItem . securityDefs . length > 1 ? html `< b > ${ i + 1 } .</ b > ` : html `Requires` }
388
- OAuth Access Token in < b > Authorization header</ b > with < b > Scopes: </ b > ${ andSecurityItem . pathScopes }
388
+ OAuth Token ( ${ orSecurityItem . apiKeyId } ) in < b > Authorization header</ b >
389
389
</ div > `
390
390
: orSecurityItem . type === 'http'
391
391
? html `
You can’t perform that action at this time.
0 commit comments