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

Body

application/json

Response

200
application/json

Workflow parameter schema updated successfully

The response is of type object.