Skip to content

Commit 8b1ee1c

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request #62 from wsmith/bugfix/fix-more-issues
[ WIP ] Fixed more issues I found
2 parents a197542 + 6c39f1e commit 8b1ee1c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

openapi.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7620,6 +7620,7 @@ paths:
76207620
endpoint, as no OAuth scopes are required.
76217621
operationId: getProfileGrants
76227622
x-linode-cli-action: grants
7623+
x-linode-cli-skip: true
76237624
security:
76247625
- personalAccessToken: []
76257626
- oauth: []
@@ -8454,7 +8455,11 @@ paths:
84548455
- type: object
84558456
properties:
84568457
region:
8457-
$ref: '#/components/schemas/Region/properties/id'
8458+
type: string
8459+
description: >
8460+
The region to deploy this volume in. This is only required
8461+
if a linode_id is not given.
8462+
example: null
84588463
responses:
84598464
'200':
84608465
description: >
@@ -12393,7 +12398,7 @@ components:
1239312398
description: The URL to have PayPal redirect to when payment is approved.
1239412399
example: https://example.org
1239512400
usd:
12396-
type: integer
12401+
type: string
1239712402
description: The amount, in US dollars, of the payment.
1239812403
example: '120.50'
1239912404
PayPalExecute:
@@ -12470,6 +12475,7 @@ components:
1247012475
is returned here. Otherwise, only the first 16 characters are returned.
1247112476
example: abcdefghijklmnop
1247212477
readOnly: true
12478+
x-linode-cli-display: 5
1247312479
expiry:
1247412480
type: string
1247512481
format: date-time
@@ -12478,7 +12484,7 @@ components:
1247812484
after this time the token will be completely unusable and a new token will
1247912485
need to be generated. Tokens may be created with "null" as their expiry
1248012486
and will never expire unless revoked.
12481-
x-linode-cli-display: 5
12487+
x-linode-cli-display: 6
1248212488
example: '2018-01-01T13:46:32'
1248312489
Profile:
1248412490
type: object

0 commit comments

Comments
 (0)