fix: upload folder support parent_id

This commit is contained in:
yyh
2026-01-23 16:13:58 +08:00
parent 63ffac6afe
commit dcd79df9fb
3 changed files with 5 additions and 1 deletions

View File

@ -178,6 +178,7 @@ export type BatchUploadNodeOutput = {
* Request payload for batch upload
*/
export type BatchUploadPayload = {
parent_id?: string | null
children: BatchUploadNodeInput[]
}