Agent Tools
Update tool
Update a tool.
patch/v1/senders/{senderId}/agent/tools/{toolId}
Path parameters
senderIdstring required
toolIdstring required
Request body
Response
Tool updated.
Example response
{
"tool": {
"name": "get_order_status",
"webhookSecret": "whsec_abc123..."
}
}