Update Rule
Modify an existing rule.
Endpoint
PUT /catalog-server/api/rules/:id/update
Path Parameters
Name | Type | Description | Example |
---|---|---|---|
id | integer | Rule ID | 1001 |
Request Body
{ "configuration":
{
"column": "phone_number"
}
}
Sample Request
curl -X PUT "https://demo.acceldata.io/catalog-server/api/rules/1001/update"
Response Schema
See Rule Schema
Was this page helpful?