Skip to content

Commit 7088769

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #29 from jsager/redoc-custom
Design changes
2 parents fd7348f + 48c41ca commit 7088769

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</style>
2020
</head>
2121
<body>
22-
<redoc spec-url='openapi.yaml'></redoc>
22+
<redoc spec-url='openapi.yaml' expand-responses="200" hide-download-button path-in-middle-panel required-props-first></redoc>
2323
<script src="redoc.standalone.js"> </script>
2424
</body>
2525
</html>

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8138,7 +8138,7 @@ components:
81388138
'volumes:read_write': Allows access to all endpoints related to your Volumes.
81398139
responses:
81408140
ErrorResponse:
8141-
description: TODO
8141+
description: Error
81428142
content:
81438143
application/json:
81448144
schema:

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.jVrPC { display: none !important; }
22
.iVDEBf { padding: 4px 6px !important; }
33
.kbVCKA { display: none !important; }
4-
4+
.cQZOnk, .dpJmLP, .VYOvn, .fANZFb { background: #ffffff !important; color: #000000 !important; text-transform: uppercase !important; padding: 0 !important; }

0 commit comments

Comments
 (0)