Publishes Tool onto IPFS
Publishes the tool onto IPFS.
PUT /tools/{id}/publish
Publishes the tool with the specified (internal) tool 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
id*
String
Tool ID
content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'Last updated