cURL
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
ID of the workflow to update parameters for
JSON Schema defining the parameters for this workflow
Default parameters for this workflow
Workflow parameters updated successfully
ID of the workflow
Default parameters for this workflow, or null if no parameters are configured
JSON Schema defining the parameters for this workflow, or null if no parameters are configured