PUT /_system/blueprintvalidation/{guid}/{updatehash}
Update existing blueprint validation rule
Update existing blueprint validation rule
| Key | Type | Example | Description |
|---|---|---|---|
| guid required | string |
"example-string"
|
Unique identifier (GUID)
|
| updatehash required | string |
"example-string"
|
Update hash for optimistic locking
|
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
{
"_meta": {
"guid": "example-string",
"entity": 42,
"created": 42,
"modified": 42,
"updated": 42
},
"rule_type": "example-string",
"parameters": {},
"message": "example-string",
"severity": "error"
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
blueprintvalidation_update |
Required scope: blueprintvalidation_update |
Back to Blueprint Validation Return to the Blueprint Validation category to view other endpoints All API Categories Browse all available API categories