mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Add endpoint to transfer folder to another project (no-changelog) (#15005)
This commit is contained in:
@@ -548,7 +548,7 @@ export class WorkflowsController {
|
||||
@Param('workflowId') workflowId: string,
|
||||
@Body body: TransferWorkflowBodyDto,
|
||||
) {
|
||||
return await this.enterpriseWorkflowService.transferOne(
|
||||
return await this.enterpriseWorkflowService.transferWorkflow(
|
||||
req.user,
|
||||
workflowId,
|
||||
body.destinationProjectId,
|
||||
|
||||
Reference in New Issue
Block a user