PUT
/
tools
curl --request PUT \
  --url https://api.honeyhive.ai/tools \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "parameters": {}
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required
name
string
required
parameters
object
required
description
string

Response

200

Successfully updated the tool