feat: Implement get connection flows API endpoint

This commit is contained in:
Faruk AYDIN
2024-03-10 16:11:07 +01:00
parent c1740aae6c
commit 6027cb7cb0
6 changed files with 171 additions and 1 deletions

View File

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