feat: write PATCH /v1/flows/:flowId

This commit is contained in:
Ali BARIN
2024-08-29 14:16:17 +00:00
parent 35bada360d
commit 9519ec53ef
5 changed files with 196 additions and 4 deletions

View File

@@ -81,6 +81,10 @@ const authorizationList = {
action: 'create',
subject: 'Connection',
},
'PATCH /api/v1/flows/:flowId': {
action: 'update',
subject: 'Flow',
},
};
export const authorizeUser = async (request, response, next) => {