Skip to content

Commit 46d0137

Browse files
committed
Fixed more issues I found
Might be more coming, hold off on merging
1 parent f433e83 commit 46d0137

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12342,7 +12342,7 @@ components:
1234212342
description: The URL to have PayPal redirect to when payment is approved.
1234312343
example: https://example.org
1234412344
usd:
12345-
type: integer
12345+
type: string
1234612346
description: The amount, in US dollars, of the payment.
1234712347
example: '120.50'
1234812348
PayPalExecute:
@@ -12419,6 +12419,7 @@ components:
1241912419
is returned here. Otherwise, only the first 16 characters are returned.
1242012420
example: abcdefghijklmnop
1242112421
readOnly: true
12422+
x-linode-cli-display: 5
1242212423
expiry:
1242312424
type: string
1242412425
format: date-time
@@ -12427,7 +12428,7 @@ components:
1242712428
after this time the token will be completely unusable and a new token will
1242812429
need to be generated. Tokens may be created with "null" as their expiry
1242912430
and will never expire unless revoked.
12430-
x-linode-cli-display: 5
12431+
x-linode-cli-display: 6
1243112432
example: '2018-01-01T13:46:32'
1243212433
Profile:
1243312434
type: object

0 commit comments

Comments
 (0)