feat: Implement rest API endpoint to update connection

This commit is contained in:
Faruk AYDIN
2024-09-16 12:55:39 +03:00
parent 167195a01c
commit 34aadbfb09
6 changed files with 192 additions and 0 deletions

View File

@@ -85,6 +85,10 @@ const authorizationList = {
action: 'update',
subject: 'Flow',
},
'PATCH /api/v1/connections/:connectionId': {
action: 'update',
subject: 'Connection',
},
'DELETE /api/v1/connections/:connectionId': {
action: 'delete',
subject: 'Connection',