PUT /_system/blueprintvalidation/{guid}/{updatehash}
Update existing blueprint validation rule
Update existing blueprint validation rule
Key | Type | Example | |
---|---|---|---|
:guid required | string |
"example-guid"
|
|
:updatehash required | string |
"example-updatehash"
|
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"rule_type": "example-string",
"parameters": {},
"message": "example-string",
"severity": "error"
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Blueprint Validation Return to the Blueprint Validation category to view other endpoints All API Categories Browse all available API categories