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
Block a user