feat: Implement create flow rest API endpoint

This commit is contained in:
Faruk AYDIN
2024-09-02 15:01:20 +03:00
parent b8a25b87d8
commit 79e9455244
6 changed files with 109 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ const authorizationList = {
action: 'read',
subject: 'Flow',
},
'POST /api/v1/flows/': {
action: 'create',
subject: 'Flow',
},
'GET /api/v1/steps/:stepId/connection': {
action: 'read',
subject: 'Flow',