Merge pull request #2442 from automatisch/aut-1532

fix(authorization): expect Flow.read to export flow
This commit is contained in:
Ömer Faruk Aydın
2025-04-17 14:59:48 +02:00
committed by GitHub

View File

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