Skip to main content
PUT
/
agents
/
{agentId}
/
tools
/
{toolId}
Error
A valid request URL is required to generate request examples
{
  "message": "<string>",
  "agent_tool": {}
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

agentId
string<uuid>
required

Agent ID

toolId
string<uuid>
required

Tool ID

Body

application/json
is_enabled
boolean
display_order
integer
config
object

Response

200 - application/json

Tool configuration updated successfully

message
string
agent_tool
object