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'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated
Was this helpful?