Creates a new tool
Creates a new tool in the specified workflow
Path Parameters
projectId string required
Project ID
workflowId string required
Workflow ID
application/json
Request Body required
Tool initialization model
- Array [
- ]
description string nullable
name string nullable
tags object[] nullable
id string nullable
name string nullable
toolType int32
Possible values: [0
, 1
, 2
, 3
, 4
]
Default value: 0
Responses
- 200
- 400
- 401
- 403
- 404
Created tool and updated workflow
application/json
Schema
Example (from schema)
Schema
object
{}
Invalid request. The message will vary depending on the cause
Unauthorized
Access denied
Not found
Loading...