refactor: allow parts update in upload payload

This commit is contained in:
divyam234 2024-05-26 00:40:57 +05:30
parent 70bb79b8b9
commit 44a91ee180

View file

@ -66,6 +66,7 @@ type FileUpdate struct {
Starred *bool `json:"starred,omitempty"`
ParentID string `json:"parentId,omitempty"`
UpdatedAt time.Time `json:"updatedAt,omitempty"`
Parts []Part `json:"parts,omitempty"`
}
type FileResponse struct {