Skip to content

Commit 5739add

Browse files
authored
Merge pull request #413 from linode/release-4.87.0
Release 4.87.0
2 parents 3450824 + d811024 commit 5739add

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

openapi.yaml

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.86.1
3+
version: 4.87.0
44

55
title: Linode API
66
description: |
@@ -1949,14 +1949,11 @@ paths:
19491949
transfer token and instructions on completing the transfer.
19501950

19511951
When a transfer is [accepted](/docs/api/account/#service-transfer-accept), the requested services are moved to
1952-
the receiving account. Linode services will not experience interruptions due to the transfer process, but
1953-
please take note of the following:
1952+
the receiving account. Linode services will not experience interruptions due to the transfer process. Backups
1953+
for Linodes are transferred as well.
19541954

1955-
- If any of the Linodes included in the request have Backups enabled, that data and associated costs will be
1956-
removed/cancelled.
1957-
1958-
- DNS records will not be transferred or updated. Please ensure that DNS records have been updated or
1959-
communicated to the recipient prior to the transfer.
1955+
DNS records that are associated with requested services will not be transferred or updated. Please ensure that
1956+
associated DNS records have been updated or communicated to the recipient prior to the transfer.
19601957

19611958
A transfer can take up to three hours to complete once accepted. When a transfer is
19621959
completed, billing for transferred services ends for the sending account and begins for the receiving account.
@@ -15388,6 +15385,25 @@ components:
1538815385
description: >
1538915386
The amount of credit left for this month for this promotion.
1539015387
example: "10.00"
15388+
service_type:
15389+
type: string
15390+
enum:
15391+
- all
15392+
- backup
15393+
- blockstorage
15394+
- db_mysql
15395+
- ip_v4
15396+
- linode
15397+
- linode_disk
15398+
- linode_memory
15399+
- longview
15400+
- managed
15401+
- nodebalancer
15402+
- objectstorage
15403+
- transfer_tx
15404+
description: >
15405+
The service to which this promotion applies.
15406+
example: "all"
1539115407
active_since:
1539215408
type: string
1539315409
format: date-time
@@ -17910,6 +17926,7 @@ components:
1791017926
readOnly: true
1791117927
ipv4:
1791217928
type: array
17929+
format: ipv4
1791317930
items:
1791417931
type: string
1791517932
example:
@@ -17926,11 +17943,13 @@ components:
1792617943
x-linode-cli-display: 10
1792717944
ipv6:
1792817945
type: string
17946+
format: ipv6/128
17947+
nullable: true
1792917948
description: >
17930-
This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not
17949+
This Linode's IPv6 SLAAC address. This address is specific to a Linode, and may not
1793117950
be shared. If the Linode has not been assigned an IPv6 address, the return value will
1793217951
be `null`.
17933-
example: 'c001:d00d::1234'
17952+
example: 'c001:d00d::1337/128'
1793417953
readOnly: true
1793517954
specs:
1793617955
type: object

0 commit comments

Comments
 (0)