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

NameTypeDescription

policyID*

String

policy ID

Request Body

NameTypeDescription

String

Object that contains policy version.

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

Last updated