feat: Implement get previous steps rest API endpoint

This commit is contained in:
Faruk AYDIN
2024-03-21 14:40:18 +01:00
parent 4dbc7fdc7d
commit 6da7fe158f
5 changed files with 253 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ const authorizationList = {
action: 'read',
subject: 'Flow',
},
'GET /api/v1/steps/:stepId/previous-steps': {
action: 'update',
subject: 'Flow',
},
'GET /api/v1/connections/:connectionId/flows': {
action: 'read',
subject: 'Flow',