Publishes Tool into IPFS asynchronously

Publishes the tool onto IPFS.

PUT /tools/{id}/push/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

Tool ID*

String

Tool ID

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

Last updated