Skip to content

Commit 009cb57

Browse files
committed
Merge branch 'STUDIO-591_api-credentials' into dev
2 parents 098da41 + e7f81ef commit 009cb57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/instance/apis/APIDocs.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ export function APIDocs() {
9696
<SwaggerUI
9797
spec={spec}
9898
persistAuthorization={true}
99+
withCredentials={true}
99100
requestSnippetsEnabled={true}
101+
defaultModelRendering="model"
100102
requestSnippets={requestSnippets}
101103
plugins={plugins}
102104
tryItOutEnabled={true}

0 commit comments

Comments
 (0)