Skip to content

Commit 348b536

Browse files
feat(marketplace): add description for the label field (#1662)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent dfe03ac commit 348b536

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/clients/src/api/marketplace/v2/types.gen.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ export interface Image {
4343
updatedAt?: Date
4444
/** Expiration date of this image. */
4545
validUntil?: Date
46-
/** Typically an identifier for a distribution (ex. "ubuntu_focal"). */
46+
/**
47+
* Typically an identifier for a distribution (ex. "ubuntu_focal"). This label
48+
* can be used in the image field of the server creation request.
49+
*/
4750
label: string
4851
}
4952

@@ -56,7 +59,7 @@ export interface LocalImage {
5659
arch: string
5760
/** Availability Zone where this local image is available. */
5861
zone: Zone
59-
/** Image label this image belongs to. */
62+
/** This label can be used in the image field of the server creation request. */
6063
label: string
6164
/** Type of this local image. */
6265
type: LocalImageType

0 commit comments

Comments
 (0)