Skip to content

Commit

Permalink
feat(marketplace): add description for the label field (#1662)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan R. <jremy@scaleway.com>
  • Loading branch information
scaleway-bot and jremy42 authored Dec 16, 2024
1 parent dfe03ac commit 348b536
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/clients/src/api/marketplace/v2/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand All @@ -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
Expand Down

0 comments on commit 348b536

Please sign in to comment.