Policy Validation
Was this helpful?
POST /policies/validate
Validates selected policy. Only users with the Standard Registry role are allowed to make the request
*
application/jsonn
Object that contains policy configuration
{
content:
application/json:
schema:
$ref: '#/components/schemas/ValidatePolicy'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?