patch https://{region}.affinda.com/v3/validation_results/
Update a validation result.
Log in to see full request history
Responses
Update a validation result.
xxxxxxxxxx
curl --request PATCH \
--url https://api.affinda.com/v3/validation_results/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": 1,
"annotations": [
1,
2,
3
],
"passed": true,
"ruleSlug": "supplier-name-is-alphanumeric",
"message": "Expected 'ThisInputShouldMatch' to match regex pattern '[0-9]*",
"document": "string"
}