From 56c3f78da599745f52d742625a7429c7785eb161 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 16 Oct 2024 14:43:47 +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 75e01c5fa..b34a1fe0b 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -1010,7 +1010,7 @@ export type CreateServerRequest = { /** Define the Instance commercial type (i.e. GP1-S). */ commercialType: string /** Instance image ID or label. */ - image: string + image?: string /** Volumes attached to the server. */ volumes?: Record /**