@@ -7620,6 +7620,7 @@ paths:
7620
7620
endpoint, as no OAuth scopes are required.
7621
7621
operationId : getProfileGrants
7622
7622
x-linode-cli-action : grants
7623
+ x-linode-cli-skip : true
7623
7624
security :
7624
7625
- personalAccessToken : []
7625
7626
- oauth : []
@@ -8454,7 +8455,11 @@ paths:
8454
8455
- type : object
8455
8456
properties :
8456
8457
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
8458
8463
responses :
8459
8464
' 200 ' :
8460
8465
description : >
@@ -12393,7 +12398,7 @@ components:
12393
12398
description : The URL to have PayPal redirect to when payment is approved.
12394
12399
example : https://example.org
12395
12400
usd :
12396
- type : integer
12401
+ type : string
12397
12402
description : The amount, in US dollars, of the payment.
12398
12403
example : ' 120.50'
12399
12404
PayPalExecute :
@@ -12470,6 +12475,7 @@ components:
12470
12475
is returned here. Otherwise, only the first 16 characters are returned.
12471
12476
example : abcdefghijklmnop
12472
12477
readOnly : true
12478
+ x-linode-cli-display : 5
12473
12479
expiry :
12474
12480
type : string
12475
12481
format : date-time
@@ -12478,7 +12484,7 @@ components:
12478
12484
after this time the token will be completely unusable and a new token will
12479
12485
need to be generated. Tokens may be created with "null" as their expiry
12480
12486
and will never expire unless revoked.
12481
- x-linode-cli-display : 5
12487
+ x-linode-cli-display : 6
12482
12488
example : ' 2018-01-01T13:46:32'
12483
12489
Profile :
12484
12490
type : object
0 commit comments