mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Introduce new query string parameter includeFolders to GET /workflows endpoint (no-changelog) (#13352)
This commit is contained in:
@@ -20,7 +20,7 @@ export const createFolder = async (
|
||||
const folder = await folderRepository.save(
|
||||
folderRepository.create({
|
||||
name: options.name ?? randomName(),
|
||||
project,
|
||||
homeProject: project,
|
||||
parentFolder: options.parentFolder ?? null,
|
||||
tags: options.tags ?? [],
|
||||
updatedAt: options.updatedAt ?? new Date(),
|
||||
|
||||
Reference in New Issue
Block a user