Publishing Module onto IPFS

Publishes the module onto IPFS.

PUT /modules/{uuid}/publish

Publishes the module with the specified (internal) module 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

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

Last updated