Skip to main content
PATCH
/
org
/
{org_id}
/
agents
/
{agent_id}
/
tools
/
{tool_id}
Update tool configuration
curl --request PATCH \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/agents/{agent_id}/tools/{tool_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "config_override": {},
  "is_enabled": true
}
'
{}

Path Parameters

org_id
string
required

Organization ID

agent_id
string
required

Agent ID

tool_id
string
required

Tool ID

Body

application/json

Tool configuration update

config_override
object
is_enabled
boolean

Response

OK

{key}
string