diff --git a/packages/clients/src/api/marketplace/v2/types.gen.ts b/packages/clients/src/api/marketplace/v2/types.gen.ts index 10a3c772f..593e52442 100644 --- a/packages/clients/src/api/marketplace/v2/types.gen.ts +++ b/packages/clients/src/api/marketplace/v2/types.gen.ts @@ -43,7 +43,10 @@ export interface Image { updatedAt?: Date /** Expiration date of this image. */ validUntil?: Date - /** Typically an identifier for a distribution (ex. "ubuntu_focal"). */ + /** + * Typically an identifier for a distribution (ex. "ubuntu_focal"). This label + * can be used in the image field of the server creation request. + */ label: string } @@ -56,7 +59,7 @@ export interface LocalImage { arch: string /** Availability Zone where this local image is available. */ zone: Zone - /** Image label this image belongs to. */ + /** This label can be used in the image field of the server creation request. */ label: string /** Type of this local image. */ type: LocalImageType