Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 18eb0c8

Browse files
authored
DX-3094 Show Schema Examples in API Reference (#904)
1 parent b0def08 commit 18eb0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/ApiReference.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const RedocConfig = (props) => {
1010
pathInMiddlePanel: true,
1111
expandSingleSchemaField: true,
1212
expandResponses: "200,201,202,204",
13+
showObjectSchemaExamples: true,
1314
menuToggle: true,
1415
theme: colorMode === 'dark' ? darkTheme('#FFFFFF') : lightTheme(props.color),
1516
hideDownloadButton: props.hideDownloadButton ? true: false,

0 commit comments

Comments
 (0)