Skip to content

Commit 8cd2c3c

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge branch 'development' into lastfour-expiry
2 parents e2a5558 + 7088769 commit 8cd2c3c

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ info:
2828
world-class infrastructure.
2929
contact:
3030
name: Linode
31-
url: https://www.linode.com
31+
url: /
3232
servers:
3333
- url: https://api.linode.com/v4
3434
paths:
@@ -3801,7 +3801,7 @@ paths:
38013801
- lang: Shell
38023802
source: >
38033803
curl -H "Authorization: Bearer $TOKEN" \
3804-
https://api.linode.com/v4/linode/instances/123/kernels/linode/latest-64bit
3804+
https://api.linode.com/v4/linode/kernels/linode/latest-64bit
38053805
/linode/instances/{linodeId}/mutate:
38063806
parameters:
38073807
- name: linodeId
@@ -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: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
.dNauuw { padding: 20px 20px 0px 20px; }
2-
.dfDMmE { display: none !important; }
3-
4-
p.endpoint {
5-
font-family: Courier, monospace;
6-
font-size: 14px;
7-
word-break: break-all;
8-
word-wrap: break-word;
9-
white-space: pre-wrap;
10-
background: rgb(235,240,255);
11-
padding: 1em;
12-
}
1+
.jVrPC { display: none !important; }
2+
.iVDEBf { padding: 4px 6px !important; }
3+
.kbVCKA { display: none !important; }
4+
.cQZOnk, .dpJmLP, .VYOvn, .fANZFb { background: #ffffff !important; color: #000000 !important; text-transform: uppercase !important; padding: 0 !important; }

0 commit comments

Comments
 (0)