From 074d68255b79885b617ca173fe6f08533e7a368d Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Thu, 11 Mar 2021 13:09:15 -0500 Subject: [PATCH 1/2] Service Transfer Create Backups fix --- openapi.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index b5a1ba0cc..aea8043df 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1949,14 +1949,11 @@ paths: transfer token and instructions on completing the transfer. When a transfer is [accepted](/docs/api/account/#service-transfer-accept), the requested services are moved to - the receiving account. Linode services will not experience interruptions due to the transfer process, but - please take note of the following: + the receiving account. Linode services will not experience interruptions due to the transfer process. Backups + for Linodes and are transferred as well. - - If any of the Linodes included in the request have Backups enabled, that data and associated costs will be - removed/cancelled. - - - DNS records will not be transferred or updated. Please ensure that DNS records have been updated or - communicated to the recipient prior to the transfer. + DNS records that are associated with requested services will not be transferred or updated. Please ensure that + associated DNS records have been updated or communicated to the recipient prior to the transfer. A transfer can take up to three hours to complete once accepted. When a transfer is completed, billing for transferred services ends for the sending account and begins for the receiving account. From bba4253c18be3140ac5b19c295338aa56303e130 Mon Sep 17 00:00:00 2001 From: Ben Bigger <25663044+bbiggerr@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:49:36 -0400 Subject: [PATCH 2/2] Copy edit Co-authored-by: alsaihn --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index aea8043df..e84130497 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1950,7 +1950,7 @@ paths: When a transfer is [accepted](/docs/api/account/#service-transfer-accept), the requested services are moved to the receiving account. Linode services will not experience interruptions due to the transfer process. Backups - for Linodes and are transferred as well. + for Linodes are transferred as well. DNS records that are associated with requested services will not be transferred or updated. Please ensure that associated DNS records have been updated or communicated to the recipient prior to the transfer.