feat(core): Add onlySharedWithMe filter to GET /workflows endpoint (no-changelog) (#14853)

This commit is contained in:
Ricardo Espinoza
2025-04-28 14:04:33 -04:00
committed by GitHub
parent eb465763cf
commit d2178a13b1
5 changed files with 74 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ export class WorkflowsController {
req.listQueryOptions,
!!req.query.includeScopes,
!!req.query.includeFolders,
!!req.query.onlySharedWithMe,
);
res.json({ count, data });