From ec386b3dec94eb6bd2bd012c6aaad21496992f90 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Tue, 15 Aug 2023 10:50:31 -0400 Subject: [PATCH 1/2] Add Volume detach info upon Linode Delete --- openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index a316a90fb..e16b4f299 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6336,6 +6336,7 @@ paths: * Gives up any IP addresses the Linode was assigned. * Deletes all Disks, Backups, Configs, etc. + * Detaches any Volumes associated withe Linode. * Stops billing for the Linode and its associated services. You will be billed for time used within the billing period the Linode was active. @@ -18506,11 +18507,10 @@ paths: x-linode-cli-command: volumes post: summary: Volume Detach - description: > - Detaches a Volume on your Account - from a Linode on your Account. In order for this request to - complete successfully, your User must have `read_write` access to the - Volume and `read_write` access to the Linode. + description: | + Detaches a Volume on your Account from a Linode on your Account. In order for this request to complete successfully, your User must have `read_write` access to the Volume and `read_write` access to the Linode. + + Volumes are automatically detached from deleted Linodes. tags: - Volumes operationId: detachVolume From b08b71326ca137c0f5b6c1645bd7fe4b966f5418 Mon Sep 17 00:00:00 2001 From: Ben Bigger <25663044+bbiggerr@users.noreply.github.com> Date: Thu, 24 Aug 2023 15:01:16 -0400 Subject: [PATCH 2/2] Fixed typo Co-authored-by: alsaihn --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index e16b4f299..94a9b0c9b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -6336,7 +6336,7 @@ paths: * Gives up any IP addresses the Linode was assigned. * Deletes all Disks, Backups, Configs, etc. - * Detaches any Volumes associated withe Linode. + * Detaches any Volumes associated with the Linode. * Stops billing for the Linode and its associated services. You will be billed for time used within the billing period the Linode was active.