PUT tools

This section describes how to PUT the tools.

Use the /api/v1/tools (PUT) endpoint as shown in the sample payload to update the existing tool.

[
 {
    "name": "SampleTool",
    "description": "description for your tool that is less than 1500 words",
    "instructions": "instructions for why this Tool should be selected and any dependencies",
    "type": "OPENAPI_SCHEMA or API_DOCS",
    "status": 1,
    "utterances": ["Look up the customer ID","Find the Customer ID"], 
    "data": {
	"servicePath": "product/customer",
      "api_docs": "ENDPOINT: /api/v1/customer/{customerID}
  }
]