POST /external-policies/import
Imports the policy from IPFS without loading it into the local DB.
Headers
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' }
Last updated 29 days ago