{ "message": "Tool updated successfully", "data": { "id": 1, "name": "update_customer_info", "description": "Use this tool to update customer information in the system.", "endpoint": "https://api.yourcompany.com/customers/update", "method": "POST", "timeout": 15, "headers": [ { "name": "Content-Type", "value": "application/json" } ], "schema": [ { "name": "customer_name", "type": "string", "description": "Full name of the customer" }, { "name": "customer_age", "type": "number", "description": "Age of the customer" }, { "name": "newsletter_subscription", "type": "boolean", "description": "Whether customer wants to subscribe to newsletter" } ], "created_at": "2025-10-10T12:00:00.000000Z", "updated_at": "2025-10-10T14:30:00.000000Z" }}
Dieser Endpunkt ermöglicht es Ihnen, ein bestehendes Mid-call Action zu aktualisieren. Alle Felder sind optional - geben Sie nur die Felder an, die Sie aktualisieren möchten.