feat: Implement rest API endpoint to verify connection

This commit is contained in:
Faruk AYDIN
2024-08-27 14:48:12 +03:00
parent 77246c1fde
commit 1a833aad52
6 changed files with 120 additions and 1 deletions

View File

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