enh: drag and drop folders

This commit is contained in:
Timothy J. Baek
2024-10-16 23:06:53 -07:00
parent d5bf32f240
commit 36a541d6b0
5 changed files with 104 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ async def update_folder_name_by_id(
class FolderParentIdForm(BaseModel):
parent_id: str
parent_id: Optional[str] = None
@router.post("/{id}/update/parent")