mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
fix: upload folder support parent_id
This commit is contained in:
@ -178,6 +178,7 @@ export type BatchUploadNodeOutput = {
|
||||
* Request payload for batch upload
|
||||
*/
|
||||
export type BatchUploadPayload = {
|
||||
parent_id?: string | null
|
||||
children: BatchUploadNodeInput[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user