POST /_system/blueprintvalidation
Create new blueprint validation rule
Create new blueprint validation rule
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-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 |
"example-string"
|
{
"_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