Assistants
Update Tool
patch/ai/tools/{tool_id}
Path parameters
tool_idstring required
Unique identifier of the tool.
Request body
Example request
{
"update_dynamic_variables": {
"name": "collect_details",
"description": "Collect caller details into conversation variables.",
"updatable_variables": [
{
"name": "customer_name",
"type": "string",
"description": "The caller's full name."
}
]
}
}Response
Successful Response