update to 0.1.33
This commit is contained in:
parent
31ae5415b4
commit
fe00221ff8
|
@ -220,7 +220,7 @@ class VMPost(VM):
|
|||
"""VM DELETE"""
|
||||
class VMDelete(BaseModel):
|
||||
id:UUID4 = Field()
|
||||
inventory_only:bool = Field(default=True)
|
||||
inventory_only:Optional[bool] = Field(default=True)
|
||||
|
||||
"""VM STOP"""
|
||||
class VMStop(BaseModel):
|
||||
|
|
Loading…
Reference in New Issue