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

NameTypeDescription

id*

String

Tool ID

content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'

Last updated