feat: Implement API endpoint to get flows of the specified app

This commit is contained in:
Faruk AYDIN
2024-03-09 15:09:12 +01:00
parent 251d1b5b2e
commit 22ce29e86c
4 changed files with 165 additions and 0 deletions

View File

@@ -15,6 +15,10 @@ const authorizationList = {
action: 'read',
subject: 'Flow',
},
'GET /api/v1/apps/:appKey/flows': {
action: 'read',
subject: 'Flow',
},
'GET /api/v1/executions/:executionId': {
action: 'read',
subject: 'Execution',