Policy Import from IPFS
POST /external-policies/importImports the policy from IPFS without loading it into the local DB.Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
description: Policy.
content:
application/json:
schema:
$ref: '#/components/schemas/ExternalPolicyDTO'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousPreviews the policy from IPFS without loading it into the local DB.NextApproves policy Asynchronously
Last updated
Was this helpful?