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
Name | Type | Description |
---|---|---|
policyID* | String | policy ID |
Request Body
Name | Type | Description |
---|---|---|
String | Object that contains policy version. |
Last updated