feat: write REST API endpoint to update step

This commit is contained in:
Ali BARIN
2024-09-18 14:06:30 +00:00
committed by Faruk AYDIN
parent b29c6105a1
commit 5f7d1f9219
6 changed files with 300 additions and 0 deletions

View File

@@ -37,6 +37,10 @@ const authorizationList = {
action: 'read',
subject: 'Flow',
},
'PATCH /api/v1/steps/:stepId': {
action: 'update',
subject: 'Flow',
},
'POST /api/v1/steps/:stepId/test': {
action: 'update',
subject: 'Flow',