We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d393683 commit aa22929Copy full SHA for aa22929
packages/clients/src/api/instance/v1/types.gen.ts
@@ -1043,7 +1043,7 @@ export type CreateImageRequest = {
1043
/** Architecture of the image */
1044
arch: Arch
1045
/** Default bootscript of the image */
1046
- defaultBootscript: string
+ defaultBootscript?: string
1047
/** Additional volumes of the image */
1048
extraVolumes?: Record<string, VolumeTemplate>
1049
/**
@@ -1063,7 +1063,7 @@ export type CreateImageRequest = {
1063
/** The tags of the image */
1064
tags?: Array<string>
1065
/** True to create a public image */
1066
- public: boolean
+ public?: boolean
1067
}
1068
1069
export type DeleteImageRequest = {
0 commit comments