upload: deel 01
This commit is contained in:
@@ -58,6 +58,12 @@ class DeleteResponse(BaseModel):
|
||||
path: str
|
||||
|
||||
|
||||
class UploadResponse(BaseModel):
|
||||
path: str
|
||||
size: int
|
||||
modified: str
|
||||
|
||||
|
||||
class ViewResponse(BaseModel):
|
||||
path: str
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user