PUT /modules/{uuid}/publish
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.
uuid*
String
Selected module ID.
{ content: application/json: schema: $ref: '#/components/schemas/PublishModule' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }