v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Agent Tools

Update tool

Update a tool.

patch/v1/senders/{senderId}/agent/tools/{toolId}

Path parameters

senderIdstring required
toolIdstring required

Request body

namestring
descriptionstring
webhookUrlstring uri
webhookSecretstring nullable
enabledboolean

Response

Tool updated.

Example response

{
  "tool": {
    "name": "get_order_status"
  }
}