Skip to content

Commit 7657419

Browse files
authored
Merge pull request #347 from linode/release-4.78.0
Release 4.78.0
2 parents d6aeb57 + 01e0d04 commit 7657419

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

openapi.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.77.0
3+
version: 4.78.0
44

55
title: Linode API
66
description: |
@@ -598,15 +598,17 @@ paths:
598598
-X POST -d '{
599599
"card_number": "4111111111111111",
600600
"expiry_month": 11,
601-
"expiry_year": 2020
601+
"expiry_year": 2020,
602+
"cvv": "111"
602603
}' \
603604
https://api.linode.com/v4/account/credit-card
604605
- lang: CLI
605606
source: >
606607
linode-cli account update-card \
607608
--card_number 4111111111111111 \
608609
--expiry_month 11 \
609-
--expiry_year 2025
610+
--expiry_year 2025 \
611+
--cvv 111
610612
/account/events:
611613
x-linode-cli-command: events
612614
get:
@@ -14706,6 +14708,7 @@ components:
1470614708
- card_number
1470714709
- expiry_month
1470814710
- expiry_year
14711+
- cvv
1470914712
properties:
1471014713
card_number:
1471114714
type: string
@@ -19088,9 +19091,9 @@ components:
1908819091
x-linode-cli-display: 3
1908919092
PaymentRequest:
1909019093
type: object
19091-
description: Payment object request.
1909219094
required:
1909319095
- usd
19096+
description: Payment object request.
1909419097
properties:
1909519098
cvv:
1909619099
type: string

0 commit comments

Comments
 (0)