Policy Preview from Excel file
Last updated
POST /policies/import/xlsx/preview
Previews the policy from a xlsx file without loading it into the local DB. Only users with the Standard Registry role are allowed to make the request.
xlsx*
String
A xlsx file containing policy config.
content:
application/json:
schema:
type: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated