Validates selected policy

POST /policies/validate

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

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  description: Validation result.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PolicyValidationDTO'
}

Last updated

Was this helpful?