feat: Implement update folder API endpoint
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user