Publishing a Policy

Publishes the policy with the specified (internal) policy ID onto IPFS, sends a message featuring its IPFS CID into the corresponding Hedera topic.

PUT /policies/push/{policyId}/publish

Publishes the policy with the specified (internal) policy ID onto IPFS, sends a message featuring its IPFS CID into the corresponding Hedera topic. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Request Body

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task'
}

Last updated