GET /modules/{uuid}/export/message
GET
/modules/{uuid}/export/message
Returns the Hedera message ID for the specified module published onto IPFS. 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/ExportModule' }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }