fix(authorization): expect Flow.read to export flow

This commit is contained in:
Ali BARIN
2025-04-16 12:40:53 +00:00
parent ab0d4e582e
commit 318089b2e0

View File

@@ -118,7 +118,7 @@ const authorizationList = {
subject: 'Flow',
},
'POST /api/v1/flows/:flowId/export': {
action: 'manage',
action: 'read',
subject: 'Flow',
},
'POST /api/v1/flows/import': {