Skip to main content
PUT
/
v4
/
workflows
/
{workflowId}
/
schema-validation-rules
Upsert data quality rules for a workflow
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/schema-validation-rules \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "rules": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

ID of the workflow

Body

application/json

Map keyed by schema field name, with the per-field data quality rules for that field.

{key}
object

Validation rules for string fields.

Response

Rules updated successfully. Returns the merged ruleset.

rules
object

Map keyed by schema field name, with the per-field data quality rules for that field.