From d8f0bca134968691b8a73eb5c1b7370837f493a6 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 29 Sep 2022 14:20:11 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/instance/v1/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index 2088a157e..4883a2505 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -1076,7 +1076,7 @@ export type CreateSnapshotRequest = { /** Name of the snapshot */ name?: string /** UUID of the volume */ - volumeId: string + volumeId?: string /** The tags of the snapshot */ tags?: Array /**