Skip to content

Commit 56c3f78

Browse files
committed
feat: update generated APIs
1 parent 7d0a7fb commit 56c3f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ export type CreateServerRequest = {
10101010
/** Define the Instance commercial type (i.e. GP1-S). */
10111011
commercialType: string
10121012
/** Instance image ID or label. */
1013-
image: string
1013+
image?: string
10141014
/** Volumes attached to the server. */
10151015
volumes?: Record<string, VolumeServerTemplate>
10161016
/**

0 commit comments

Comments
 (0)