mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(core): Update list folders endpoint to support filter excludeFolderIdAndDescendants (no-changelog) (#13880)
This commit is contained in:
@@ -29,6 +29,7 @@ export const filterSchema = z
|
||||
parentFolderId: z.string().optional(),
|
||||
name: z.string().optional(),
|
||||
tags: z.array(z.string()).optional(),
|
||||
excludeFolderIdAndDescendants: z.string().optional(),
|
||||
})
|
||||
.strict();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user