cURL
curl --request PUT \ --url https://api.kadoa.com/v4/data-validation/workflows/{workflowId}/validation/toggle \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "enabled": true } '
{ "error": true, "message": "<string>", "workflowId": "<string>", "enabled": true }
Enable or disable data validation for a specific workflow with optional reason tracking
API key for authentication
The workflow ID to update validation settings for
Body
Whether to enable or disable data validation for the workflow
200
Whether an error occurred
Success message indicating the action performed
The workflow ID that was updated
The new validation status for the workflow