mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Introduce new query string parameter includeFolders to GET /workflows endpoint (no-changelog) (#13352)
This commit is contained in:
@@ -212,6 +212,7 @@ export class WorkflowsController {
|
||||
req.user,
|
||||
req.listQueryOptions,
|
||||
!!req.query.includeScopes,
|
||||
!!req.query.includeFolders,
|
||||
);
|
||||
|
||||
res.json({ count, data });
|
||||
|
||||
Reference in New Issue
Block a user