v1
latestOpenAPI 3.0.32026-07-1271839.7 KBValidation Rules
addUsedByReference
Adds a single used_by reference to an existing validation rule.
Use this endpoint when attaching a validation rule to a journey block or entity attribute to track where the rule is applied.
post/v1/validation-rules/{ruleId}/used-by
Path parameters
ruleIdstring required
The unique identifier of the validation rule to update.
Request body
Example request
{
"type": "journey",
"source_id": "journey-xyz789"
}Response
Success