mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Allow setting folder destination when transferring workflow ownership (#14935)
This commit is contained in:
@@ -4,4 +4,5 @@ import { Z } from 'zod-class';
|
||||
export class TransferWorkflowBodyDto extends Z.class({
|
||||
destinationProjectId: z.string(),
|
||||
shareCredentials: z.array(z.string()).optional(),
|
||||
destinationParentFolderId: z.string().optional(),
|
||||
}) {}
|
||||
|
||||
Reference in New Issue
Block a user