forked from mirrors/homebox
fix: allow zeroing out asset ids (#624)
Former-commit-id: 8cc0f302919758044dc9ff4dc785c452364dc715
This commit is contained in:
parent
798d873f76
commit
df26a3eeb7
2 changed files with 6 additions and 1 deletions
|
@ -68,7 +68,7 @@ type (
|
|||
ItemUpdate struct {
|
||||
ParentID uuid.UUID `json:"parentId" extensions:"x-nullable,x-omitempty"`
|
||||
ID uuid.UUID `json:"id"`
|
||||
AssetID AssetID `json:"assetId,string"`
|
||||
AssetID AssetID `json:"assetId"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Quantity int `json:"quantity"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue