cURL
curl --request PATCH \ --url https://api.truedy.ai/api/public/v1/tools/{tool_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": {}, "meta": { "request_id": "req_32e7531c-8", "timestamp": "2026-03-03T20:30:21.310278Z" } }
Update an existing tool’s configuration.
Modify tool settings such as:
Your API key. Get it from the Truedy Dashboard. Send as: Authorization: Bearer <your_key>
The body is of type Tool Data · object.
Tool Data · object
Request completed successfully
Response body