feat: Implement import flow API endpoint

This commit is contained in:
Faruk AYDIN
2025-01-17 13:15:54 +01:00
parent 24cc2278fb
commit 28a74f0cb2
7 changed files with 459 additions and 2 deletions

View File

@@ -117,6 +117,10 @@ const authorizationList = {
action: 'update',
subject: 'Flow',
},
'POST /api/v1/flows/import': {
action: 'create',
subject: 'Flow',
},
'POST /api/v1/flows/:flowId/steps': {
action: 'update',
subject: 'Flow',