Last updated 1 month ago
Was this helpful?
Headers
Response
POST /external-policies/import
Imports the policy from IPFS without loading it into the local DB.
Content-Type
application/json
Authorization
Bearer <token>
{ 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' }