Update an existing tool, create or update tool instance
Request
Body Params application/jsonRequired
{
"tool_id": 0,
"agent_id": 0,
"params": {
"property1": "string",
"property2": "string"
},
"enabled": true
}
Request Code Samples
curl --location --request POST '/tool/update' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"tool_id": 0,
"agent_id": 0,
"params": {
"property1": "string",
"property2": "string"
},
"enabled": true
}'
Modified at 2025-12-12 05:25:24