Previews the policy from IPFS without loading it into the local DB.
POST /external-policies/preview
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
description: Policy preview.
content:
application/json:
schema:
$ref: '#/components/schemas/PolicyPreviewDTO'
}
Last updated