POST
/
workflows
/
parameters
/
update
Update workflow parameters
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/parameters/update \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>",
  "schema": {},
  "defaultValues": {}
}'
{
  "workflowId": "<string>",
  "schema": {},
  "defaultValues": {}
}

Body

application/json

Response

200
application/json

Workflow parameters updated successfully

The response is of type object.