PUT /tags/schemas/{schemaId}/publish
PUT
/tags/schemas/{schemaId}/publish
Publishes the schema with the provided (internal) schema ID onto IPFS, sends a message featuring IPFS CID into the corresponding Hedera topic. Only users with the Standard Registry role are allowed to make the request.
schemaId*
String
Schema ID.
content: application/json: schema: type: array items: $ref: "#/components/schemas/Schema"
content: application/json: schema: $ref: "#/components/schemas/Error"