Import Schemas in Excel file format into a Policy
PreviousExporting Policy to ExcelNextAsynchronously Imports Schemas in Excel file format into a policy
Was this helpful?
POST /api/v1/policies/import/xlsx?policyId=<policyId>
Imports new Schema and all associated artifacts, such as schemas and VCs, from the provided xlsx file into the local DB. Only users with the Standard Registry role are allowed to make the request.
policyId*
String
Policy Identifier
*
String
A xlsx file containing policy config.
content:
application/json:
schema:
type: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?
Was this helpful?