POST
/
workflows
/
update
Update a workflow
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/update \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>",
  "name": "Updated Workflow Name",
  "isAuthenticationRequired": false
}'
{
  "id": "<string>",
  "name": "<string>",
  "isAuthenticationRequired": true,
  "message": "Workflow updated successfully"
}

Body

application/json

Response

200
application/json

Workflow updated successfully

The response is of type object.