fix(authorization): expect Flow.read to export flow
This commit is contained in:
@@ -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': {
|
||||||
|
|||||||
Reference in New Issue
Block a user