feat: Implement test connection API endpoint

This commit is contained in:
Faruk AYDIN
2024-03-29 23:45:21 +01:00
parent 26f31a5899
commit 8e646c244e
6 changed files with 170 additions and 3 deletions

View File

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