Skip to content

Commit 0073f94

Browse files
authored
feat(marketplace): add description for the label field (scaleway#795)
1 parent b65438c commit 0073f94

File tree

2 files changed

+4
-2
lines changed
  • scaleway-async/scaleway_async/marketplace/v2
  • scaleway/scaleway/marketplace/v2

2 files changed

+4
-2
lines changed

scaleway-async/scaleway_async/marketplace/v2/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class Image:
9393
label: str
9494
"""
9595
Typically an identifier for a distribution (ex. "ubuntu_focal").
96+
This label can be used in the image field of the server creation request.
9697
"""
9798

9899
created_at: Optional[datetime]
@@ -135,7 +136,7 @@ class LocalImage:
135136

136137
label: str
137138
"""
138-
Image label this image belongs to.
139+
This label can be used in the image field of the server creation request.
139140
"""
140141

141142
type_: LocalImageType

scaleway/scaleway/marketplace/v2/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class Image:
9393
label: str
9494
"""
9595
Typically an identifier for a distribution (ex. "ubuntu_focal").
96+
This label can be used in the image field of the server creation request.
9697
"""
9798

9899
created_at: Optional[datetime]
@@ -135,7 +136,7 @@ class LocalImage:
135136

136137
label: str
137138
"""
138-
Image label this image belongs to.
139+
This label can be used in the image field of the server creation request.
139140
"""
140141

141142
type_: LocalImageType

0 commit comments

Comments
 (0)