Policy Validation

VALIDATES POLICY

Validates policy

POST /policies/validate

Validates selected policy. Only users with the Standard Registry role are allowed to make the request

Request Body

NameTypeDescription

*

application/jsonn

Object that contains policy configuration

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/ValidatePolicy'
}

Last updated