Skip to main content
PUT
/
api
/
v1
/
tools
/
{id}
Update a tool
curl --request PUT \
  --url https://api.kataven.ai/v1/api/v1/tools/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "Updated description after Q2 schema change.",
  "implementation_code": "<string>",
  "implementation_config": {},
  "schema": {},
  "tags": [
    "orders",
    "ecommerce",
    "q2"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

Tool id

Body

application/json

Fields to update

Fields to update

description
string
Example:

"Updated description after Q2 schema change."

implementation_code
string
implementation_config
object
schema
object
tags
string[]
Example:
["orders", "ecommerce", "q2"]

Response

OK

{key}
string