mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: make folder_id parameter optional in document.py
This commit is contained in:
parent
80b3be46fd
commit
2c3eb20592
|
|
@ -308,7 +308,7 @@ class DocumentTreeReadAPI(APIMixin):
|
|||
description="文件夹id",
|
||||
type=OpenApiTypes.STR,
|
||||
location='query',
|
||||
required=True,
|
||||
required=False,
|
||||
),
|
||||
OpenApiParameter(
|
||||
name="user_id",
|
||||
|
|
|
|||
Loading…
Reference in New Issue