feat: Implement get app connections API endpoint

This commit is contained in:
Faruk AYDIN
2024-03-29 00:21:58 +01:00
parent 7c1473ea95
commit 5c79e374dd
7 changed files with 170 additions and 1 deletions

View File

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