feat: Implement update folder API endpoint

This commit is contained in:
Faruk AYDIN
2025-01-28 11:49:15 +01:00
parent 28f392aa20
commit ac74936ee5
5 changed files with 142 additions and 0 deletions

View File

@@ -137,6 +137,10 @@ const authorizationList = {
action: 'create',
subject: 'Flow',
},
'PATCH /api/v1/folders/:folderId': {
action: 'create',
subject: 'Flow',
},
};
export const authorizeUser = async (request, response, next) => {