v1

latestOpenAPI 3.0.32026-07-1271839.7 KB
Validation Rules

updateValidationRule

Partially updates an existing validation rule by ID. Only the fields provided in the request body are updated.

patch/v1/validation-rules/{ruleId}

Path parameters

ruleIdstring required

The unique identifier of the validation rule to update.

Request body

titlestring

Title of the validation rule.

placeholderstring

Placeholder for the validation rule.

Response

Validation rule updated successfully

titlestring required

Title of the validation rule.

placeholderstring

Placeholder for the validation rule.

_schema_versionstring required

Schema version of the validation rule.

_idstring required

Unique identifier for the validation rule.

_organization_idstring required

Organization ID that owns this rule.

created_atstring required

ISO timestamp when the rule was created.

updated_atstring required

ISO timestamp when the rule was last updated.

created_bystring required

User ID of the creator.

updated_bystring required

User ID of the last updater.