Creating new Tool

Creates a new tool.

POST /tools

Creates a new tool. Only users with the Standard Registry role are allowed to make the request.

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

Last updated