Skip to content

Commit 5689e59

Browse files
added new volume key "id" to rest model
1 parent 4166f89 commit 5689e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bibigrid/core/rest/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class Volume(BaseModel):
5656
fstype: Optional[str] = None
5757
type: Optional[str] = None
5858
name: Optional[str]
59+
id: Optional[str]
5960
snapshot: Optional[str]
6061
permanent: Optional[bool]
6162
semiPermanent: Optional[bool]

0 commit comments

Comments
 (0)