Import Schemas in Excel file format into a Policy
Imports new policy 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.
Authorizations
Query parameters
policyIdstringRequired
Policy Id
Body
stringOptional
Responses
200
Successful operation.
application/json
Responseobject
401
Unauthorized
403
Forbidden.
500
Internal server error.
application/json
post
POST /api/v1/policies/import/xlsx?policyId=text HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"
{}
Last updated