API Endpoints
Toggle Tool
PATCH
Description
Enable or disable a tool dynamically.
Endpoint
PATCH /v3/tools/{tool_id}
Authentication
API Key (x-api-key) must be included in the header.
Path Parameters
tool_id
(string) - The ID of the tool to update.
Query Parameters
enabled
(boolean) - Settrue
to enable orfalse
to disable the tool.
Response
A message confirming that the tool was updated.
Example Request
Authorizations
Path Parameters
The ID of the tool to update.
Query Parameters
Set true to enable or false to disable the tool.
Response
200
application/json
Tool updated successfully
The response is of type object
.