Skip to content

Commit 46210e3

Browse files
authored
Merge pull request #470 from linode/release-4.96.0
Release 4.96.0
2 parents 0904f80 + bf38d97 commit 46210e3

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

openapi.yaml

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

55
title: Linode API
66
description: |
@@ -1648,6 +1648,7 @@ paths:
16481648
x-linode-cli-command: account
16491649
get:
16501650
servers:
1651+
- url: https://api.linode.com/v4
16511652
- url: https://api.linode.com/v4beta
16521653
parameters:
16531654
- $ref: '#/components/parameters/pageOffset'
@@ -1658,11 +1659,6 @@ paths:
16581659
summary: Payment Methods List
16591660
description: |
16601661
Returns a paginated list of Payment Methods for this Account.
1661-
1662-
This endpoint is currently in **beta**. Please make sure to prepend all requests with
1663-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
1664-
updates in the future. This notice will be removed when this endpoint is out of
1665-
beta.
16661662
operationId: getPaymentMethods
16671663
x-linode-cli-action: payment-methods-list
16681664
security:
@@ -1683,20 +1679,16 @@ paths:
16831679
type: object
16841680
description: Payment Method object response.
16851681
properties:
1686-
method:
1682+
type:
16871683
type: string
16881684
description: The type of Payment Method.
16891685
example: 'credit_card'
16901686
x-linode-cli-display: 1
16911687
is_default:
1692-
type: integer
1688+
type: boolean
16931689
description: |
16941690
Whether this Payment Method is the default method for automatically processing service charges.
1695-
1696-
`0`: False
1697-
1698-
`1`: True
1699-
example: 1
1691+
example: true
17001692
x-linode-cli-display: 2
17011693
created:
17021694
type: string
@@ -1736,7 +1728,7 @@ paths:
17361728
- lang: Shell
17371729
source: >
17381730
curl -H "Authorization: Bearer $TOKEN" \
1739-
https://api.linode.com/v4beta/account/payment-methods
1731+
https://api.linode.com/v4/account/payment-methods
17401732
- lang: CLI
17411733
source: >
17421734
linode-cli account payment-methods-list
@@ -3632,6 +3624,7 @@ paths:
36323624
x-linode-cli-command: images
36333625
post:
36343626
servers:
3627+
- url: https://api.linode.com/v4
36353628
- url: https://api.linode.com/v4beta
36363629
tags:
36373630
- Images
@@ -3658,11 +3651,6 @@ paths:
36583651

36593652
- Uploaded image data should be compressed in gzip (`.gz`) format. The uncompressed disk should be in raw
36603653
disk image (`.img`) format. A maximum compressed file size of 5GB is supported for upload at this time.
3661-
3662-
This endpoint is currently in **beta**. Please make sure to prepend all requests with
3663-
`/v4beta` instead of `/v4`, and be aware that this endpoint may receive breaking
3664-
updates in the future. This notice will be removed when this endpoint is out of
3665-
beta.
36663654
x-linode-cli-action: upload
36673655
security:
36683656
- personalAccessToken: []

0 commit comments

Comments
 (0)