POST /_system/blueprintvalidation
Create new blueprint validation rule
Create new blueprint validation rule
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
| Key | Type | Example | Description |
|---|---|---|---|
| rule_type required | string |
"example-string"
|
Validation rule type
|
| parameters required | object |
{}
|
Rule parameters
|
| message optional | string |
"example-string"
|
Validation message
|
| severity optional | string |
"error"
|
Allowed:
error, warning, info |
{
"_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_create |
Required scope: blueprintvalidation_create |
Back to Blueprint Validation Return to the Blueprint Validation category to view other endpoints All API Categories Browse all available API categories