PUT
/
api
/
tools
/
{tool_id}

Updating a single field in a tool is not supported. The entire tool definition must be provided.

Authorizations

X-API-Key
string
headerrequired

API key

Path Parameters

tool_id
string
required

Body

application/json
name
string
required
Maximum length: 40
definition
object
required

The base definition of a tool that can be used during a call. Exactly one implementation (http or client) should be set.

Response

200 - application/json
toolId
string
required
name
string
required
Maximum length: 40
created
string
required
definition
object
required

The base definition of a tool that can be used during a call. Exactly one implementation (http or client) should be set.