Policy Import from IPFS

POST /external-policies/import
Imports 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'
}

Last updated