Skip to content

Commit 446bda3

Browse files
authored
Merge branch 'master' into bug/3718-oas3-requestbody-errors
2 parents 8354132 + ca28c8c commit 446bda3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ scopeSeparator | scope separator for passing scopes, encoded before calling, def
119119
additionalQueryStringParams | Additional query parameters added to `authorizationUrl` and `tokenUrl`. MUST be an object
120120
useBasicAuthenticationWithAccessCodeGrant | Only activated for the `accessCode` flow. During the `authorization_code` request to the `tokenUrl`, pass the [Client Password](https://tools.ietf.org/html/rfc6749#section-2.3.1) using the HTTP Basic Authentication scheme (`Authorization` header with `Basic base64encoded[client_id:client_secret]`). The default is `false`
121121

122-
```
122+
```javascript
123123
const ui = SwaggerUIBundle({...})
124124

125125
// Method can be called in any place after calling constructor SwaggerUIBundle
@@ -171,7 +171,7 @@ showMutatedRequest | If set to `true` (the default), uses the mutated request re
171171
#### Topbar plugin
172172
Topbar plugin enables top bar with input for spec path and explore button or a dropdown if `urls` is used. By default the plugin is enabled, and to disable it you need to remove Topbar plugin from presets in `src/standalone/index.js`:
173173

174-
```
174+
```javascript
175175
let preset = [
176176
// TopbarPlugin,
177177
ConfigsPlugin,

0 commit comments

Comments
 (0)