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": {}
}
Updates parameter configuration for a workflow
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": {}
}
Workflow parameters updated successfully
The response is of type object
.