From 2b0f031e88c9b21ef7552395a795766463c1c663 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Tue, 14 Nov 2023 16:41:28 +0100 Subject: [PATCH] chore(instance): mark Volume's base_volume as deprecated (#1922) --- api/instance/v1/instance_sdk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/instance/v1/instance_sdk.go b/api/instance/v1/instance_sdk.go index 5de533a7d..13e7f1a81 100644 --- a/api/instance/v1/instance_sdk.go +++ b/api/instance/v1/instance_sdk.go @@ -2129,7 +2129,7 @@ type CreateVolumeRequest struct { // Precisely one of Size, BaseVolume, BaseSnapshot must be set. Size *scw.Size `json:"size,omitempty"` - // BaseVolume: ID of the volume on which this volume will be based. + // Deprecated: BaseVolume: ID of the volume on which this volume will be based. // Precisely one of Size, BaseVolume, BaseSnapshot must be set. BaseVolume *string `json:"base_volume,omitempty"`