feat(core): Introduce new query string parameter includeFolders to GET /workflows endpoint (no-changelog) (#13352)

This commit is contained in:
Ricardo Espinoza
2025-02-21 13:54:15 -05:00
committed by GitHub
parent 243042f217
commit c3f111275b
12 changed files with 1171 additions and 101 deletions

View File

@@ -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(),